#3C5761

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

Shades of Casal #3C5761

Tints of Casal #3C5761

Color information

#3C5761 (or 0x3C5761) is unknown color: approx Casal. HEX triplet: 3C, 57 and 61. RGB value is (60,87,97). Sum of RGB (Red+Green+Blue) = 60+87+97=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C5761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5761 is #C3A89E. Grayscale: #505050. Windows color (decimal): -12822687 or 6379324. OLE color: 6379324.

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

Color convert

RGB608797-
CMYK0.380.1000.62
HSL196.22º23.57%30.78%-
HSV(B)196.22º38.14%38.04%-
XYZ7.438.6412.59-
YUV80.07137.55113.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.59%
GREEN value IS 87 (34.38% from 255) = 35.66%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=24.59%
G=35.66%
B=39.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6087970.380.1000.62196.2223.5730.78
Hex3C576126A03Ec4181f
Octal7412714146120763043037
Binary1111001010111110000110011010100111110110001001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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