#3C9399

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

Shades of Blue Chill #3C9399

Tints of Blue Chill #3C9399

Color information

#3C9399 (or 0x3C9399) is unknown color: approx Blue Chill. HEX triplet: 3C, 93 and 99. RGB value is (60,147,153). Sum of RGB (Red+Green+Blue) = 60+147+153=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C9399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9399 is #C36C66. Grayscale: #797979. Windows color (decimal): -12807271 or 10064700. OLE color: 10064700.

HSL color Cylindrical-coordinate representation of color #3C9399: hue angle of 183.87º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C9399 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB60147153-
CMYK0.610.0400.4
HSL183.87º43.66%41.76%-
HSV(B)183.87º60.78%60%-
XYZ18.0524.1333.84-
YUV121.67145.6884.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.67%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 153 (60.16% from 255) = 42.5%
R=16.67%
G=40.83%
B=42.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal601471530.610.0400.4183.8743.6641.76
Hex3C93993D4028b82c2a
Octal742232317540502705452
Binary1111001001001110011001111101100010100010111000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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