#39928C

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

Shades of Blue Chill #39928C

Tints of Blue Chill #39928C

Color information

#39928C (or 0x39928C) is unknown color: approx Blue Chill. HEX triplet: 39, 92 and 8C. RGB value is (57,146,140). Sum of RGB (Red+Green+Blue) = 57+146+140=343 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.62% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 146 - color contains mainly: green. Hex color #39928C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39928C is #C66D73. Grayscale: #767676. Windows color (decimal): -13004148 or 9212473. OLE color: 9212473.

HSL color Cylindrical-coordinate representation of color #39928C: hue angle of 175.96º 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 #39928C is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB57146140-
CMYK0.6100.040.43
HSL175.96º43.84%39.8%-
HSV(B)175.96º60.96%57.25%-
XYZ16.723.3228.43-
YUV118.71140.0183.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.62%
GREEN value IS 146 (57.42% from 255) = 42.57%
BLUE value IS 140 (55.08% from 255) = 40.82%
R=16.62%
G=42.57%
B=40.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571461400.6100.040.43175.9643.8439.8
Hex39928C3D042Bb02c28
Octal712222147504532605450
Binary1110011001001010001100111101010010101110110000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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