#3C575E

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

Shades of Casal #3C575E

Tints of Casal #3C575E

Color information

#3C575E (or 0x3C575E) is unknown color: approx Casal. HEX triplet: 3C, 57 and 5E. RGB value is (60,87,94). Sum of RGB (Red+Green+Blue) = 60+87+94=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #3C575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C575E is #C3A8A1. Grayscale: #4F4F4F. Windows color (decimal): -12822690 or 6182716. OLE color: 6182716.

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

Color convert

RGB608794-
CMYK0.360.0700.63
HSL192.35º22.08%30.2%-
HSV(B)192.35º36.17%36.86%-
XYZ7.298.5911.86-
YUV79.72136.05113.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.90%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=24.90%
G=36.10%
B=39.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6087940.360.0700.63192.3522.0830.2
Hex3C575E24703Fc0161e
Octal741271364470773002636
Binary111100101011110111101001001110111111110000001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,87,94); }

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

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

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

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

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

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

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