#3C958C

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

Shades of Blue Chill #3C958C

Tints of Blue Chill #3C958C

Color information

#3C958C (or 0x3C958C) is unknown color: approx Blue Chill. HEX triplet: 3C, 95 and 8C. RGB value is (60,149,140). Sum of RGB (Red+Green+Blue) = 60+149+140=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #3C958C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C958C is #C36A73. Grayscale: #797979. Windows color (decimal): -12806772 or 9213244. OLE color: 9213244.

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

Color convert

RGB60149140-
CMYK0.6000.060.42
HSL173.93º42.58%40.98%-
HSV(B)173.93º59.73%58.43%-
XYZ17.3424.3528.6-
YUV121.36138.5184.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.19%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 140 (55.08% from 255) = 40.11%
R=17.19%
G=42.69%
B=40.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal601491400.6000.060.42173.9342.5840.98
Hex3C958C3C062Aae2b29
Octal742252147406522565351
Binary1111001001010110001100111100011010101010101110101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C958C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,149,140); }

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

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

 a { background-color: rgb(60,149,140); }

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

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

 span { border-color: rgb(60,149,140); }

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