#399188

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

Shades of Blue Chill #399188

Tints of Blue Chill #399188

Color information

#399188 (or 0x399188) is unknown color: approx Blue Chill. HEX triplet: 39, 91 and 88. RGB value is (57,145,136). Sum of RGB (Red+Green+Blue) = 57+145+136=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #399188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399188 is #C66E77. Grayscale: #757575. Windows color (decimal): -13004408 or 8950073. OLE color: 8950073.

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

Color convert

RGB57145136-
CMYK0.6100.060.43
HSL173.86º43.56%39.61%-
HSV(B)173.86º60.69%56.86%-
XYZ16.2622.926.86-
YUV117.66138.3584.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.86%
GREEN value IS 145 (57.03% from 255) = 42.90%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=16.86%
G=42.90%
B=40.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571451360.6100.060.43173.8643.5639.61
Hex3991883D062Bae2c28
Octal712212107506532565450
Binary1110011001000110001000111101011010101110101110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399188; }

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

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

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

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

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

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

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

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