#3C8D89

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

Shades of Blue Chill #3C8D89

Tints of Blue Chill #3C8D89

Color information

#3C8D89 (or 0x3C8D89) is unknown color: approx Blue Chill. HEX triplet: 3C, 8D and 89. RGB value is (60,141,137). Sum of RGB (Red+Green+Blue) = 60+141+137=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8D89 is #C37276. Grayscale: #747474. Windows color (decimal): -12808823 or 9014588. OLE color: 9014588.

HSL color Cylindrical-coordinate representation of color #3C8D89: hue angle of 177.04º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8D89 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB60141137-
CMYK0.5700.030.45
HSL177.04º40.3%39.41%-
HSV(B)177.04º57.45%55.29%-
XYZ15.921.8227.04-
YUV116.32139.6687.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.75%
GREEN value IS 141 (55.47% from 255) = 41.72%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=17.75%
G=41.72%
B=40.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal601411370.5700.030.45177.0440.339.41
Hex3C8D8939032Db12827
Octal742152117103552615047
Binary111100100011011000100111100101110110110110001101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C8D89; }

 p { color: rgb(60,141,137); }

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

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

 a { background-color: rgb(60,141,137); }

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

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

 span { border-color: rgb(60,141,137); }

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