#3C5963

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

Shades of Casal #3C5963

Tints of Casal #3C5963

Color information

#3C5963 (or 0x3C5963) is unknown color: approx Casal. HEX triplet: 3C, 59 and 63. RGB value is (60,89,99). Sum of RGB (Red+Green+Blue) = 60+89+99=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C5963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5963 is #C3A69C. Grayscale: #515151. Windows color (decimal): -12822173 or 6510908. OLE color: 6510908.

HSL color Cylindrical-coordinate representation of color #3C5963: hue angle of 195.38º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C5963 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB608999-
CMYK0.390.1000.61
HSL195.38º24.53%31.18%-
HSV(B)195.38º39.39%38.82%-
XYZ7.699.0113.14-
YUV81.47137.89112.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.19%
GREEN value IS 89 (35.16% from 255) = 35.89%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=24.19%
G=35.89%
B=39.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6089990.390.1000.61195.3824.5331.18
Hex3C596327A03Dc3191f
Octal7413114347120753033137
Binary1111001011001110001110011110100111101110000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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