Html Css Color HEX #408295 Hippie Blue

📋 copy color: '#408295'

red 64 ◦ green 130 ◦ blue 149

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

Shades of Hippie Blue #408295

Tints of Hippie Blue #408295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.44%

R = 18.66%
G = 37.9%
B = 43.44%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#408295 (or 0x408295) is known color: Hippie Blue. HEX triplet: 40, 82 and 95. RGB value is (64,130,149). Sum of RGB (Red+Green+Blue) = 64+130+149=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #408295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408295 is #BF7D6A. Grayscale: #707070. Windows color (decimal): -12549483 or 9798208. OLE color: 9798208.

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

Color convert

RGB 64 130 149 -
CMYK 0.57 0.13 0 0.42
HSL 193.41º 0.4% 0.42% -
HSV(B) 193.41º 0.57% 0.58% -
XYZ 15.52 19.23 31.33 -
YUV 112.43 148.63 93.46 -
System Red Green Blue C M Y K H S L
Decimal 64 130 149 0.57 0.13 0 0.42 193.41 0.4 0.42
Hex 40 82 95 39 D 0 2A C1 28 2A
Octal 100 202 225 71 15 0 52 301 50 52
Binary 1000000 10000010 10010101 111001 1101 0 101010 11000001 101000 101010

Color Harmonies of #408295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408295

Black with #408295

Text Example


Text Example

White with #408295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408295; }

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

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

background-color css

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

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

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

border-color css

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

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

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