Html Css Color HEX #408397 Hippie Blue

📋 copy color: '#408397'

red 64 ◦ green 131 ◦ blue 151

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

Shades of Hippie Blue #408397

Tints of Hippie Blue #408397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 43.64%

R = 18.5%
G = 37.86%
B = 43.64%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#408397 (or 0x408397) is known color: Hippie Blue. HEX triplet: 40, 83 and 97. RGB value is (64,131,151). Sum of RGB (Red+Green+Blue) = 64+131+151=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #408397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408397 is #BF7C68. Grayscale: #717171. Windows color (decimal): -12549225 or 9929536. OLE color: 9929536.

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

Color convert

RGB 64 131 151 -
CMYK 0.58 0.13 0 0.41
HSL 193.79º 0.4% 0.42% -
HSV(B) 193.79º 0.58% 0.59% -
XYZ 15.82 19.56 32.22 -
YUV 113.25 149.3 92.87 -
System Red Green Blue C M Y K H S L
Decimal 64 131 151 0.58 0.13 0 0.41 193.79 0.4 0.42
Hex 40 83 97 3A D 0 29 C2 28 2A
Octal 100 203 227 72 15 0 51 302 50 52
Binary 1000000 10000011 10010111 111010 1101 0 101001 11000010 101000 101010

Color Harmonies of #408397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408397

Black with #408397

Text Example


Text Example

White with #408397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408397; }

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

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

background-color css

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

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

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

border-color css

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

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

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