Html Css Color HEX #408998 Hippie Blue

📋 copy color: '#408998'

red 64 ◦ green 137 ◦ blue 152

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

Shades of Hippie Blue #408998

Tints of Hippie Blue #408998

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.81%

 BLUE value IS 152 (59.77% from 255) = 43.06%

R = 18.13%
G = 38.81%
B = 43.06%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#408998 (or 0x408998) is known color: Hippie Blue. HEX triplet: 40, 89 and 98. RGB value is (64,137,152). Sum of RGB (Red+Green+Blue) = 64+137+152=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #408998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408998 is #BF7667. Grayscale: #747474. Windows color (decimal): -12547688 or 9996608. OLE color: 9996608.

HSL color Cylindrical-coordinate representation of color #408998: hue angle of 190.23º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #408998 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 137 152 -
CMYK 0.58 0.10 0 0.40
HSL 190.23º 0.41% 0.42% -
HSV(B) 190.23º 0.58% 0.6% -
XYZ 16.73 21.25 32.93 -
YUV 116.88 147.82 90.28 -
System Red Green Blue C M Y K H S L
Decimal 64 137 152 0.58 0.10 0 0.40 190.23 0.41 0.42
Hex 40 89 98 3A A 0 28 BE 29 2A
Octal 100 211 230 72 12 0 50 276 51 52
Binary 1000000 10001001 10011000 111010 1010 0 101000 10111110 101001 101010

Color Harmonies of #408998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408998

Black with #408998

Text Example


Text Example

White with #408998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408998; }

 p { color: rgb(64,137,152); }

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

background-color css

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

 a { background-color: rgb(64,137,152); }

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

border-color css

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

 span { border-color: rgb(64,137,152); }

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