#39928D

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

Shades of Blue Chill #39928D

Tints of Blue Chill #39928D

Color information

#39928D (or 0x39928D) is unknown color: approx Blue Chill. HEX triplet: 39, 92 and 8D. RGB value is (57,146,141). Sum of RGB (Red+Green+Blue) = 57+146+141=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #39928D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39928D is #C66D72. Grayscale: #767676. Windows color (decimal): -13004147 or 9278009. OLE color: 9278009.

HSL color Cylindrical-coordinate representation of color #39928D: hue angle of 176.63º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39928D is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB57146141-
CMYK0.6100.030.43
HSL176.63º43.84%39.8%-
HSV(B)176.63º60.96%57.25%-
XYZ16.7723.3528.82-
YUV118.82140.5183.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.57%
GREEN value IS 146 (57.42% from 255) = 42.44%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=16.57%
G=42.44%
B=40.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571461410.6100.030.43176.6343.8439.8
Hex39928D3D032Bb12c28
Octal712222157503532615450
Binary111001100100101000110111110101110101110110001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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