#39858B

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

Shades of Blue Chill #39858B

Tints of Blue Chill #39858B

Color information

#39858B (or 0x39858B) is unknown color: approx Blue Chill. HEX triplet: 39, 85 and 8B. RGB value is (57,133,139). Sum of RGB (Red+Green+Blue) = 57+133+139=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #39858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39858B is #C67A74. Grayscale: #6E6E6E. Windows color (decimal): -13007477 or 9143609. OLE color: 9143609.

HSL color Cylindrical-coordinate representation of color #39858B: hue angle of 184.39º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39858B is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB57133139-
CMYK0.590.0400.45
HSL184.39º41.84%38.43%-
HSV(B)184.39º58.99%54.51%-
XYZ14.7419.5127.42-
YUV110.96143.8289.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.33%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 139 (54.69% from 255) = 42.25%
R=17.33%
G=40.43%
B=42.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571331390.590.0400.45184.3941.8438.43
Hex39858B3B402Db82a26
Octal712052137340552705246
Binary1110011000010110001011111011100010110110111000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39858B; }

 p { color: rgb(57,133,139); }

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

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

 a { background-color: rgb(57,133,139); }

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

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

 span { border-color: rgb(57,133,139); }

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