Html Css Color HEX #40878C Blue Chill

📋 copy color: '#40878C'

red 64 ◦ green 135 ◦ blue 140

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

Shades of Blue Chill #40878C

Tints of Blue Chill #40878C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.3%

R = 18.88%
G = 39.82%
B = 41.3%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40878C (or 0x40878C) is known color: Blue Chill. HEX triplet: 40, 87 and 8C. RGB value is (64,135,140). Sum of RGB (Red+Green+Blue) = 64+135+140=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #40878C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40878C is #BF7873. Grayscale: #727272. Windows color (decimal): -12548212 or 9209664. OLE color: 9209664.

HSL color Cylindrical-coordinate representation of color #40878C: hue angle of 183.95º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40878C is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 135 140 -
CMYK 0.54 0.04 0 0.45
HSL 183.95º 0.37% 0.4% -
HSV(B) 183.95º 0.54% 0.55% -
XYZ 15.51 20.31 27.91 -
YUV 114.34 142.48 92.09 -
System Red Green Blue C M Y K H S L
Decimal 64 135 140 0.54 0.04 0 0.45 183.95 0.37 0.4
Hex 40 87 8C 36 4 0 2D B8 25 28
Octal 100 207 214 66 4 0 55 270 45 50
Binary 1000000 10000111 10001100 110110 100 0 101101 10111000 100101 101000

Color Harmonies of #40878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40878C

Black with #40878C

Text Example


Text Example

White with #40878C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40878C; }

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

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

background-color css

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

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

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

border-color css

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

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

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