#3C5358

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

Shades of Casal #3C5358

Tints of Casal #3C5358

Color information

#3C5358 (or 0x3C5358) is unknown color: approx Casal. HEX triplet: 3C, 53 and 58. RGB value is (60,83,88). Sum of RGB (Red+Green+Blue) = 60+83+88=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C5358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5358 is #C3ACA7. Grayscale: #4C4C4C. Windows color (decimal): -12823720 or 5788476. OLE color: 5788476.

HSL color Cylindrical-coordinate representation of color #3C5358: hue angle of 190.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C5358 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB608388-
CMYK0.320.0600.65
HSL190.71º18.92%29.02%-
HSV(B)190.71º31.82%34.51%-
XYZ6.727.8510.39-
YUV76.69134.38116.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.97%
GREEN value IS 83 (32.81% from 255) = 35.93%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=25.97%
G=35.93%
B=38.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6083880.320.0600.65190.7118.9229.02
Hex3C5358206041bf131d
Octal7412313040601012772335
Binary1111001010011101100010000011001000001101111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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