Color Hex Logo

#4368af Color Hex

#4368AF
(67,104,175)
0 Favorites   0 Comments

Color spaces of #4368af

RGB 67104175
HSL0.610.450.47
HSV219°62°69°
CMYK 0.620.410.00   0.31
XYZ15.002914.189142.5055
Yxy14.18910.20930.1979
Hunter Lab37.66845.1748-40.5357
CIE-Lab44.50299.4304-41.8547

#4368af color RGB value is (67,104,175).

#4368af hex color red value is 67, green value is 104 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4368af hue: 0.61 , saturation: 0.45 and the lightness value of 4368af is 0.47.

The process color (four color CMYK) of #4368af color hex is 0.62, 0.41, 0.00, 0.31. Web safe color of #4368af is #336699. Color #4368af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01101000 10101111
Octal 103 150 257
Decimal 67 104 175
Hex 43 68 AF

RGB Percentages of Color #4368af

%19.36
%30.06
%50.58

CMYK Percentages of Color #4368af

%62
%41
%0
%31

Triadic Colors of #4368af

#4368af #af4368 #68af43

Analogous Colors of #4368af

#4368af #5443af #439eaf

Monochromatic Colors of #4368af

#4368af

Complementary Color

#4368af #af8a43

#4368af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4368af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4368af Color CSS Codes

.mybgcolor {background-color:#4368af; } 
.myforecolor {color:#4368af; }
.mybordercolor {border:3px solid #4368af; }

#4368af Text Font Color

<p style="color:#4368af">Text here</p>

This sample text font color is #4368af
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4368af Background Color

<div style="background-color:#4368af">
Div content here</div>

This div background color is #4368af


#4368af Border Color

<div style="border:3px solid #4368af">
Div here</div>

This div border color is #4368af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,104,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4368af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4368af;
  -webkit-box-shadow: 1px 1px 3px 2px #4368af;
  box-shadow:         1px 1px 3px 2px #4368af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,104,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4368af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4368af;
  -webkit-box-shadow: 1px 1px 3px 2px #4368af;
  box-shadow:         1px 1px 3px 2px #4368af;">
Div content here</div>

This div box has shadow with color #4368af


Comments

No comments written yet.

Please login to write comment.