#399090

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

Shades of Blue Chill #399090

Tints of Blue Chill #399090

Color information

#399090 (or 0x399090) is unknown color: approx Blue Chill. HEX triplet: 39, 90 and 90. RGB value is (57,144,144). Sum of RGB (Red+Green+Blue) = 57+144+144=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #399090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399090 is #C66F6F. Grayscale: #757575. Windows color (decimal): -13004656 or 9474105. OLE color: 9474105.

HSL color Cylindrical-coordinate representation of color #399090: hue angle of 180º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #399090 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57144144-
CMYK0.60000.44
HSL180º43.28%39.41%-
HSV(B)180º60.42%56.47%-
XYZ16.6922.8329.91-
YUV117.99142.6884.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.52%
GREEN value IS 144 (56.64% from 255) = 41.74%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=16.52%
G=41.74%
B=41.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571441440.60000.4418043.2839.41
Hex3990903C002Cb42b27
Octal712202207400542645347
Binary11100110010000100100001111000010110010110100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399090; }

 p { color: rgb(57,144,144); }

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

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

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

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

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

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

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