#39938A

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

Shades of Blue Chill #39938A

Tints of Blue Chill #39938A

Color information

#39938A (or 0x39938A) is unknown color: approx Blue Chill. HEX triplet: 39, 93 and 8A. RGB value is (57,147,138). Sum of RGB (Red+Green+Blue) = 57+147+138=342 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.67% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #39938A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39938A is #C66C75. Grayscale: #777777. Windows color (decimal): -13003894 or 9081657. OLE color: 9081657.

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

Color convert

RGB57147138-
CMYK0.6100.060.42
HSL174º44.12%40%-
HSV(B)174º61.22%57.65%-
XYZ16.7123.5727.71-
YUV119.06138.6883.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.67%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=16.67%
G=42.98%
B=40.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571471380.6100.060.4217444.1240
Hex39938A3D062Aae2c28
Octal712232127506522565450
Binary1110011001001110001010111101011010101010101110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39938A; }

 p { color: rgb(57,147,138); }

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

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

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

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

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

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

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