#3E5860

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

Shades of Casal #3E5860

Tints of Casal #3E5860

Color information

#3E5860 (or 0x3E5860) is unknown color: approx Casal. HEX triplet: 3E, 58 and 60. RGB value is (62,88,96). Sum of RGB (Red+Green+Blue) = 62+88+96=246 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.20% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E5860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5860 is #C1A79F. Grayscale: #515151. Windows color (decimal): -12691360 or 6314046. OLE color: 6314046.

HSL color Cylindrical-coordinate representation of color #3E5860: hue angle of 194.12º 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 #3E5860 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB628896-
CMYK0.350.0800.62
HSL194.12º21.52%30.98%-
HSV(B)194.12º35.42%37.65%-
XYZ7.598.8512.37-
YUV81.14136.39114.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.20%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=25.20%
G=35.77%
B=39.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6288960.350.0800.62194.1221.5230.98
Hex3E586023803Ec2161f
Octal7613014043100763022637
Binary1111101011000110000010001110000111110110000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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