#39868D

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

Shades of Blue Chill #39868D

Tints of Blue Chill #39868D

Color information

#39868D (or 0x39868D) is unknown color: approx Blue Chill. HEX triplet: 39, 86 and 8D. RGB value is (57,134,141). Sum of RGB (Red+Green+Blue) = 57+134+141=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #39868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39868D is #C67972. Grayscale: #6F6F6F. Windows color (decimal): -13007219 or 9274937. OLE color: 9274937.

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

Color convert

RGB57134141-
CMYK0.600.0500.45
HSL185º42.42%38.82%-
HSV(B)185º59.57%55.29%-
XYZ15.0219.8428.24-
YUV111.78144.4988.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.17%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 141 (55.47% from 255) = 42.47%
R=17.17%
G=40.36%
B=42.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571341410.600.0500.4518542.4238.82
Hex39868D3C502Db92a27
Octal712062157450552715247
Binary1110011000011010001101111100101010110110111001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39868D; }

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

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

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

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

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

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

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

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