#3C5860

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

Shades of Casal #3C5860

Tints of Casal #3C5860

Color information

#3C5860 (or 0x3C5860) is unknown color: approx Casal. HEX triplet: 3C, 58 and 60. RGB value is (60,88,96). Sum of RGB (Red+Green+Blue) = 60+88+96=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 96 (37.89% from 255 or 39.34% from 244); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C5860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5860 is #C3A79F. Grayscale: #505050. Windows color (decimal): -12822432 or 6314044. OLE color: 6314044.

HSL color Cylindrical-coordinate representation of color #3C5860: hue angle of 193.33º 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 #3C5860 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB608896-
CMYK0.380.0800.62
HSL193.33º23.08%30.59%-
HSV(B)193.33º37.5%37.65%-
XYZ7.468.7812.37-
YUV80.54136.72113.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.59%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 96 (37.89% from 255) = 39.34%
R=24.59%
G=36.07%
B=39.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6088960.380.0800.62193.3323.0830.59
Hex3C586026803Ec1171f
Octal7413014046100763012737
Binary1111001011000110000010011010000111110110000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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