#3C9595

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

Shades of Blue Chill #3C9595

Tints of Blue Chill #3C9595

Color information

#3C9595 (or 0x3C9595) is unknown color: approx Blue Chill. HEX triplet: 3C, 95 and 95. RGB value is (60,149,149). Sum of RGB (Red+Green+Blue) = 60+149+149=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: green, blue. Hex color #3C9595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9595 is #C36A6A. Grayscale: #7A7A7A. Windows color (decimal): -12806763 or 9803068. OLE color: 9803068.

HSL color Cylindrical-coordinate representation of color #3C9595: hue angle of 180º 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 #3C9595 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB60149149-
CMYK0.60000.42
HSL180º42.58%40.98%-
HSV(B)180º59.73%58.43%-
XYZ18.0424.6332.24-
YUV122.39143.0183.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.76%
GREEN value IS 149 (58.59% from 255) = 41.62%
BLUE value IS 149 (58.59% from 255) = 41.62%
R=16.76%
G=41.62%
B=41.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal601491490.60000.4218042.5840.98
Hex3C95953C002Ab42b29
Octal742252257400522645351
Binary11110010010101100101011111000010101010110100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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