#39918A

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

Shades of Blue Chill #39918A

Tints of Blue Chill #39918A

Color information

#39918A (or 0x39918A) is unknown color: approx Blue Chill. HEX triplet: 39, 91 and 8A. RGB value is (57,145,138). Sum of RGB (Red+Green+Blue) = 57+145+138=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 145 - color contains mainly: green. Hex color #39918A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39918A is #C66E75. Grayscale: #757575. Windows color (decimal): -13004406 or 9081145. OLE color: 9081145.

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

Color convert

RGB57145138-
CMYK0.6100.050.43
HSL175.23º43.56%39.61%-
HSV(B)175.23º60.69%56.86%-
XYZ16.422.9627.61-
YUV117.89139.3584.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.76%
GREEN value IS 145 (57.03% from 255) = 42.65%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=16.76%
G=42.65%
B=40.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571451380.6100.050.43175.2343.5639.61
Hex39918A3D052Baf2c28
Octal712212127505532575450
Binary1110011001000110001010111101010110101110101111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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