Html Css Color HEX #408591 Hippie Blue

📋 copy color: '#408591'

red 64 ◦ green 133 ◦ blue 145

#408591
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #408591

Tints of Hippie Blue #408591

RGB

 RED value IS 64 (25.39% from 255) = 18.71%

 GREEN value IS 133 (52.34% from 255) = 38.89%

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 18.71%
G = 38.89%
B = 42.4%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#408591 (or 0x408591) is known color: Hippie Blue. HEX triplet: 40, 85 and 91. RGB value is (64,133,145). Sum of RGB (Red+Green+Blue) = 64+133+145=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #408591 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408591 is #BF7A6E. Grayscale: #717171. Windows color (decimal): -12548719 or 9536832. OLE color: 9536832.

HSL color Cylindrical-coordinate representation of color #408591: hue angle of 188.89º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408591 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 133 145 -
CMYK 0.56 0.08 0 0.43
HSL 188.89º 0.39% 0.41% -
HSV(B) 188.89º 0.56% 0.57% -
XYZ 15.61 19.91 29.81 -
YUV 113.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 64 133 145 0.56 0.08 0 0.43 188.89 0.39 0.41
Hex 40 85 91 38 8 0 2B BD 27 29
Octal 100 205 221 70 10 0 53 275 47 51
Binary 1000000 10000101 10010001 111000 1000 0 101011 10111101 100111 101001

Color Harmonies of #408591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408591

Black with #408591

Text Example


Text Example

White with #408591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408591; }

 p { color: rgb(64,133,145); }

 H1.HeaderClassName
 {
   color: #408591;
 }
 .AnyTagClassName
 {
   color: #408591;
 }
</style>

background-color css

<style>
 a { background-color: #408591; }

 a { background-color: rgb(64,133,145); }

 div.DivClassName
 {
   background-color: #408591;
 }
 .BgClassName
 {
   background-color: #408591;
 }
</style>

border-color css

<style>
 span { border-color: #408591; }

 span { border-color: rgb(64,133,145); }

 td.TdClassName
 {
   border-color: #408591;
 }
 .TagClassName
 {
   border-color: #408591;
 }
</style>