Html Css Color HEX #408398 Hippie Blue

📋 copy color: '#408398'

red 64 ◦ green 131 ◦ blue 152

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

Shades of Hippie Blue #408398

Tints of Hippie Blue #408398

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.75%

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

R = 18.44%
G = 37.75%
B = 43.8%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#408398 (or 0x408398) is known color: Hippie Blue. HEX triplet: 40, 83 and 98. RGB value is (64,131,152). Sum of RGB (Red+Green+Blue) = 64+131+152=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 152 (59.77% from 255 or 43.80% from 347); Max value from RGB is 152 - color contains mainly: blue. Hex color #408398 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408398 is #BF7C67. Grayscale: #717171. Windows color (decimal): -12549224 or 9995072. OLE color: 9995072.

HSL color Cylindrical-coordinate representation of color #408398: hue angle of 194.32º 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 #408398 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 131 152 -
CMYK 0.58 0.14 0 0.40
HSL 194.32º 0.41% 0.42% -
HSV(B) 194.32º 0.58% 0.6% -
XYZ 15.9 19.59 32.65 -
YUV 113.36 149.8 92.79 -
System Red Green Blue C M Y K H S L
Decimal 64 131 152 0.58 0.14 0 0.40 194.32 0.41 0.42
Hex 40 83 98 3A E 0 28 C2 29 2A
Octal 100 203 230 72 16 0 50 302 51 52
Binary 1000000 10000011 10011000 111010 1110 0 101000 11000010 101001 101010

Color Harmonies of #408398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408398

Black with #408398

Text Example


Text Example

White with #408398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408398; }

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

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

background-color css

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

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

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

border-color css

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

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

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