#39828E

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

Shades of Blue Chill #39828E

Tints of Blue Chill #39828E

Color information

#39828E (or 0x39828E) is unknown color: approx Blue Chill. HEX triplet: 39, 82 and 8E. RGB value is (57,130,142). Sum of RGB (Red+Green+Blue) = 57+130+142=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #39828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39828E is #C67D71. Grayscale: #6D6D6D. Windows color (decimal): -13008242 or 9339449. OLE color: 9339449.

HSL color Cylindrical-coordinate representation of color #39828E: hue angle of 188.47º 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 #39828E is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57130142-
CMYK0.600.0800.44
HSL188.47º42.71%39.02%-
HSV(B)188.47º59.86%55.69%-
XYZ14.5518.7928.45-
YUV109.54146.3290.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.33%
GREEN value IS 130 (51.17% from 255) = 39.51%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=17.33%
G=39.51%
B=43.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571301420.600.0800.44188.4742.7139.02
Hex39828E3C802Cbc2b27
Octal7120221674100542745347
Binary11100110000010100011101111001000010110010111100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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