#3E5960

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

Shades of Casal #3E5960

Tints of Casal #3E5960

Color information

#3E5960 (or 0x3E5960) is unknown color: approx Casal. HEX triplet: 3E, 59 and 60. RGB value is (62,89,96). Sum of RGB (Red+Green+Blue) = 62+89+96=247 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.10% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E5960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5960 is #C1A69F. Grayscale: #515151. Windows color (decimal): -12691104 or 6314302. OLE color: 6314302.

HSL color Cylindrical-coordinate representation of color #3E5960: hue angle of 192.35º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E5960 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB628996-
CMYK0.350.0700.62
HSL192.35º21.52%30.98%-
HSV(B)192.35º35.42%37.65%-
XYZ7.679.0112.4-
YUV81.72136.05113.93-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.10%
GREEN value IS 89 (35.16% from 255) = 36.03%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=25.10%
G=36.03%
B=38.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6289960.350.0700.62192.3521.5230.98
Hex3E596023703Ec0161f
Octal761311404370763002637
Binary111110101100111000001000111110111110110000001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,89,96); }

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

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

 a { background-color: rgb(62,89,96); }

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

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

 span { border-color: rgb(62,89,96); }

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