#3C9390

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

Shades of Blue Chill #3C9390

Tints of Blue Chill #3C9390

Color information

#3C9390 (or 0x3C9390) is unknown color: approx Blue Chill. HEX triplet: 3C, 93 and 90. RGB value is (60,147,144). Sum of RGB (Red+Green+Blue) = 60+147+144=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #3C9390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9390 is #C36C6F. Grayscale: #787878. Windows color (decimal): -12807280 or 9474876. OLE color: 9474876.

HSL color Cylindrical-coordinate representation of color #3C9390: hue angle of 177.93º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9390 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB60147144-
CMYK0.5900.020.42
HSL177.93º42.03%40.59%-
HSV(B)177.93º59.18%57.65%-
XYZ17.3323.8430.07-
YUV120.64141.1884.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.09%
GREEN value IS 147 (57.81% from 255) = 41.88%
BLUE value IS 144 (56.64% from 255) = 41.03%
R=17.09%
G=41.88%
B=41.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal601471440.5900.020.42177.9342.0340.59
Hex3C93903B022Ab22a29
Octal742232207302522625251
Binary111100100100111001000011101101010101010110010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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