Html Css Color HEX #408299 Hippie Blue

📋 copy color: '#408299'

red 64 ◦ green 130 ◦ blue 153

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

Shades of Hippie Blue #408299

Tints of Hippie Blue #408299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.46%

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

R = 18.44%
G = 37.46%
B = 44.09%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#408299 (or 0x408299) is known color: Hippie Blue. HEX triplet: 40, 82 and 99. RGB value is (64,130,153). Sum of RGB (Red+Green+Blue) = 64+130+153=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #408299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408299 is #BF7D66. Grayscale: #707070. Windows color (decimal): -12549479 or 10060352. OLE color: 10060352.

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

Color convert

RGB 64 130 153 -
CMYK 0.58 0.15 0 0.4
HSL 195.51º 0.41% 0.43% -
HSV(B) 195.51º 0.58% 0.6% -
XYZ 15.85 19.36 33.04 -
YUV 112.89 150.63 93.13 -
System Red Green Blue C M Y K H S L
Decimal 64 130 153 0.58 0.15 0 0.4 195.51 0.41 0.43
Hex 40 82 99 3A F 0 28 C4 29 2B
Octal 100 202 231 72 17 0 50 304 51 53
Binary 1000000 10000010 10011001 111010 1111 0 101000 11000100 101001 101011

Color Harmonies of #408299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408299

Black with #408299

Text Example


Text Example

White with #408299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408299; }

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

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

background-color css

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

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

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

border-color css

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

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

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