Html Css Color HEX #408788 Blue Chill

📋 copy color: '#408788'

red 64 ◦ green 135 ◦ blue 136

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

Shades of Blue Chill #408788

Tints of Blue Chill #408788

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.3%

 BLUE value IS 136 (53.52% from 255) = 40.6%

R = 19.1%
G = 40.3%
B = 40.6%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#408788 (or 0x408788) is known color: Blue Chill. HEX triplet: 40, 87 and 88. RGB value is (64,135,136). Sum of RGB (Red+Green+Blue) = 64+135+136=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #408788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408788 is #BF7877. Grayscale: #717171. Windows color (decimal): -12548216 or 8947520. OLE color: 8947520.

HSL color Cylindrical-coordinate representation of color #408788: hue angle of 180.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408788 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 135 136 -
CMYK 0.53 0.01 0 0.47
HSL 180.83º 0.36% 0.39% -
HSV(B) 180.83º 0.53% 0.53% -
XYZ 15.22 20.2 26.39 -
YUV 113.89 140.48 92.42 -
System Red Green Blue C M Y K H S L
Decimal 64 135 136 0.53 0.01 0 0.47 180.83 0.36 0.39
Hex 40 87 88 35 1 0 2F B5 24 27
Octal 100 207 210 65 1 0 57 265 44 47
Binary 1000000 10000111 10001000 110101 1 0 101111 10110101 100100 100111

Color Harmonies of #408788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408788

Black with #408788

Text Example


Text Example

White with #408788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408788; }

 p { color: rgb(64,135,136); }

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

background-color css

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

 a { background-color: rgb(64,135,136); }

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

border-color css

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

 span { border-color: rgb(64,135,136); }

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