#3C5760

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

Shades of Casal #3C5760

Tints of Casal #3C5760

Color information

#3C5760 (or 0x3C5760) is unknown color: approx Casal. HEX triplet: 3C, 57 and 60. RGB value is (60,87,96). Sum of RGB (Red+Green+Blue) = 60+87+96=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C5760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5760 is #C3A89F. Grayscale: #4F4F4F. Windows color (decimal): -12822688 or 6313788. OLE color: 6313788.

HSL color Cylindrical-coordinate representation of color #3C5760: hue angle of 195º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C5760 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB608796-
CMYK0.380.0900.62
HSL195º23.08%30.59%-
HSV(B)195º37.5%37.65%-
XYZ7.388.6212.34-
YUV79.95137.05113.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.69%
GREEN value IS 87 (34.38% from 255) = 35.80%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=24.69%
G=35.80%
B=39.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6087960.380.0900.6219523.0830.59
Hex3C576026903Ec3171f
Octal7412714046110763032737
Binary1111001010111110000010011010010111110110000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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