#3C555B

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

Shades of Casal #3C555B

Tints of Casal #3C555B

Color information

#3C555B (or 0x3C555B) is unknown color: approx Casal. HEX triplet: 3C, 55 and 5B. RGB value is (60,85,91). Sum of RGB (Red+Green+Blue) = 60+85+91=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C555B is #C3AAA4. Grayscale: #4E4E4E. Windows color (decimal): -12823205 or 5985596. OLE color: 5985596.

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

Color convert

RGB608591-
CMYK0.340.0700.64
HSL191.61º20.53%29.61%-
HSV(B)191.61º34.07%35.69%-
XYZ78.2111.11-
YUV78.21135.22115.01-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.42%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=25.42%
G=36.02%
B=38.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6085910.340.0700.64191.6120.5329.61
Hex3C555B227040c0151e
Octal7412513342701003002536
Binary1111001010101101101110001011101000000110000001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,85,91); }

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

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

 a { background-color: rgb(60,85,91); }

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

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

 span { border-color: rgb(60,85,91); }

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