#399288

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

Shades of Blue Chill #399288

Tints of Blue Chill #399288

Color information

#399288 (or 0x399288) is unknown color: approx Blue Chill. HEX triplet: 39, 92 and 88. RGB value is (57,146,136). Sum of RGB (Red+Green+Blue) = 57+146+136=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #399288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399288 is #C66D77. Grayscale: #767676. Windows color (decimal): -13004152 or 8950329. OLE color: 8950329.

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

Color convert

RGB57146136-
CMYK0.6100.070.43
HSL173.26º43.84%39.8%-
HSV(B)173.26º60.96%57.25%-
XYZ16.4123.2126.91-
YUV118.25138.0184.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.81%
GREEN value IS 146 (57.42% from 255) = 43.07%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=16.81%
G=43.07%
B=40.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571461360.6100.070.43173.2643.8439.8
Hex3992883D072Bad2c28
Octal712222107507532555450
Binary1110011001001010001000111101011110101110101101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399288; }

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

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

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

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

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

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

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

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