#3C8F90

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

Shades of Blue Chill #3C8F90

Tints of Blue Chill #3C8F90

Color information

#3C8F90 (or 0x3C8F90) is unknown color: approx Blue Chill. HEX triplet: 3C, 8F and 90. RGB value is (60,143,144). Sum of RGB (Red+Green+Blue) = 60+143+144=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C8F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8F90 is #C3706F. Grayscale: #767676. Windows color (decimal): -12808304 or 9473852. OLE color: 9473852.

HSL color Cylindrical-coordinate representation of color #3C8F90: hue angle of 180.71º 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 #3C8F90 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB60143144-
CMYK0.580.0100.44
HSL180.71º41.18%40%-
HSV(B)180.71º58.33%56.47%-
XYZ16.7222.6229.87-
YUV118.3142.586.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.29%
GREEN value IS 143 (56.25% from 255) = 41.21%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=17.29%
G=41.21%
B=41.50%

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
Decimal601431440.580.0100.44180.7141.1840
Hex3C8F903A102Cb52928
Octal742172207210542655150
Binary11110010001111100100001110101010110010110101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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