Html Css Color HEX #408395 Hippie Blue

📋 copy color: '#408395'

red 64 ◦ green 131 ◦ blue 149

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

Shades of Hippie Blue #408395

Tints of Hippie Blue #408395

RGB

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

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

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

R = 18.6%
G = 38.08%
B = 43.31%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#408395 (or 0x408395) is known color: Hippie Blue. HEX triplet: 40, 83 and 95. RGB value is (64,131,149). Sum of RGB (Red+Green+Blue) = 64+131+149=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #408395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408395 is #BF7C6A. Grayscale: #707070. Windows color (decimal): -12549227 or 9798464. OLE color: 9798464.

HSL color Cylindrical-coordinate representation of color #408395: hue angle of 192.71º 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 #408395 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 131 149 -
CMYK 0.57 0.12 0 0.42
HSL 192.71º 0.4% 0.42% -
HSV(B) 192.71º 0.57% 0.58% -
XYZ 15.66 19.49 31.37 -
YUV 113.02 148.3 93.04 -
System Red Green Blue C M Y K H S L
Decimal 64 131 149 0.57 0.12 0 0.42 192.71 0.4 0.42
Hex 40 83 95 39 C 0 2A C1 28 2A
Octal 100 203 225 71 14 0 52 301 50 52
Binary 1000000 10000011 10010101 111001 1100 0 101010 11000001 101000 101010

Color Harmonies of #408395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408395

Black with #408395

Text Example


Text Example

White with #408395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408395; }

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

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

background-color css

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

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

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

border-color css

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

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

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