#40868d

Color #40868D Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #40868D

Tints of Blue Chill #40868D

Color information

#40868D (or 0x40868D) is unknown color: approx Blue Chill. HEX triplet: 40, 86 and 8D. RGB value is (64,134,141). Sum of RGB (Red+Green+Blue) = 64+134+141=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #40868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40868D is #BF7972. Grayscale: #717171. Windows color (decimal): -12548467 or 9274944. OLE color: 9274944.

HSL color Cylindrical-coordinate representation of color #40868D: hue angle of 185.45º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40868D is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB64134141-
CMYK0.550.0500.45
HSL185.45º37.56%40.2%-
HSV(B)185.45º54.61%55.29%-
XYZ15.4520.0628.26-
YUV113.87143.3192.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.88%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=18.88%
G=39.53%
B=41.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641341410.550.0500.45185.4537.5640.2
Hex40868D37502Db92628
Octal1002062156750552714650
Binary10000001000011010001101110111101010110110111001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40868d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40868d; }

 p { color: rgb(64,134,141); }

 H1.HeaderClassName
 {
   color: #40868d;
 }
 .AnyTagClassName
 {
   color: #40868d;
 }
</style>
background-color css

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

 a { background-color: rgb(64,134,141); }

 div.DivClassName
 {
   background-color: #40868d;
 }
 .BgClassName
 {
   background-color: #40868d;
 }
</style>
border-color css

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

 span { border-color: rgb(64,134,141); }

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