#3C8E90

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

Shades of Blue Chill #3C8E90

Tints of Blue Chill #3C8E90

Color information

#3C8E90 (or 0x3C8E90) is unknown color: approx Blue Chill. HEX triplet: 3C, 8E and 90. RGB value is (60,142,144). Sum of RGB (Red+Green+Blue) = 60+142+144=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C8E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8E90 is #C3716F. Grayscale: #757575. Windows color (decimal): -12808560 or 9473596. OLE color: 9473596.

HSL color Cylindrical-coordinate representation of color #3C8E90: hue angle of 181.43º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8E90 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB60142144-
CMYK0.580.0100.44
HSL181.43º41.18%40%-
HSV(B)181.43º58.33%56.47%-
XYZ16.5722.3229.82-
YUV117.71142.8386.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.34%
GREEN value IS 142 (55.86% from 255) = 41.04%
BLUE value IS 144 (56.64% from 255) = 41.62%
R=17.34%
G=41.04%
B=41.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal601421440.580.0100.44181.4341.1840
Hex3C8E903A102Cb52928
Octal742162207210542655150
Binary11110010001110100100001110101010110010110101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,142,144); }

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

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

 a { background-color: rgb(60,142,144); }

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

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

 span { border-color: rgb(60,142,144); }

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