#39948E

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

Shades of Blue Chill #39948E

Tints of Blue Chill #39948E

Color information

#39948E (or 0x39948E) is unknown color: approx Blue Chill. HEX triplet: 39, 94 and 8E. RGB value is (57,148,142). Sum of RGB (Red+Green+Blue) = 57+148+142=347 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.43% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #39948E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39948E is #C66B71. Grayscale: #787878. Windows color (decimal): -13003634 or 9344057. OLE color: 9344057.

HSL color Cylindrical-coordinate representation of color #39948E: hue angle of 176.04º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39948E is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB57148142-
CMYK0.6100.040.42
HSL176.04º44.39%40.2%-
HSV(B)176.04º61.49%58.04%-
XYZ17.162429.32-
YUV120.11140.3582.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.43%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 142 (55.86% from 255) = 40.92%
R=16.43%
G=42.65%
B=40.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571481420.6100.040.42176.0444.3940.2
Hex39948E3D042Ab02c28
Octal712242167504522605450
Binary1110011001010010001110111101010010101010110000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39948E; }

 p { color: rgb(57,148,142); }

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

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

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

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

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

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

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