Html Css Color HEX #408399 Hippie Blue

📋 copy color: '#408399'

red 64 ◦ green 131 ◦ blue 153

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

Shades of Hippie Blue #408399

Tints of Hippie Blue #408399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.97%

R = 18.39%
G = 37.64%
B = 43.97%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#408399 (or 0x408399) is known color: Hippie Blue. HEX triplet: 40, 83 and 99. RGB value is (64,131,153). Sum of RGB (Red+Green+Blue) = 64+131+153=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #408399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408399 is #BF7C66. Grayscale: #717171. Windows color (decimal): -12549223 or 10060608. OLE color: 10060608.

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

Color convert

RGB 64 131 153 -
CMYK 0.58 0.14 0 0.4
HSL 194.83º 0.41% 0.43% -
HSV(B) 194.83º 0.58% 0.6% -
XYZ 15.98 19.62 33.08 -
YUV 113.48 150.3 92.71 -
System Red Green Blue C M Y K H S L
Decimal 64 131 153 0.58 0.14 0 0.4 194.83 0.41 0.43
Hex 40 83 99 3A E 0 28 C3 29 2B
Octal 100 203 231 72 16 0 50 303 51 53
Binary 1000000 10000011 10011001 111010 1110 0 101000 11000011 101001 101011

Color Harmonies of #408399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408399

Black with #408399

Text Example


Text Example

White with #408399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408399; }

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

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

background-color css

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

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

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

border-color css

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

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

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