#3C595D

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

Shades of Casal #3C595D

Tints of Casal #3C595D

Color information

#3C595D (or 0x3C595D) is unknown color: approx Casal. HEX triplet: 3C, 59 and 5D. RGB value is (60,89,93). Sum of RGB (Red+Green+Blue) = 60+89+93=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C595D is #C3A6A2. Grayscale: #505050. Windows color (decimal): -12822179 or 6117692. OLE color: 6117692.

HSL color Cylindrical-coordinate representation of color #3C595D: hue angle of 187.27º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C595D is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB608993-
CMYK0.350.0400.64
HSL187.27º21.57%30%-
HSV(B)187.27º35.48%36.47%-
XYZ7.418.911.68-
YUV80.78134.89113.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.79%
GREEN value IS 89 (35.16% from 255) = 36.78%
BLUE value IS 93 (36.72% from 255) = 38.43%
R=24.79%
G=36.78%
B=38.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6089930.350.0400.64187.2721.5730
Hex3C595D234040bb161e
Octal7413113543401002732636
Binary1111001011001101110110001110001000000101110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,89,93); }

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

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

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

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

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

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

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