#3E595E

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

Shades of Casal #3E595E

Tints of Casal #3E595E

Color information

#3E595E (or 0x3E595E) is unknown color: approx Casal. HEX triplet: 3E, 59 and 5E. RGB value is (62,89,94). Sum of RGB (Red+Green+Blue) = 62+89+94=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 94 - color contains mainly: blue. Hex color #3E595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E595E is #C1A6A1. Grayscale: #515151. Windows color (decimal): -12691106 or 6183230. OLE color: 6183230.

HSL color Cylindrical-coordinate representation of color #3E595E: hue angle of 189.38º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E595E is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB628994-
CMYK0.340.0500.63
HSL189.38º20.51%30.59%-
HSV(B)189.38º34.04%36.86%-
XYZ7.588.9811.92-
YUV81.5135.05114.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.31%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 94 (37.11% from 255) = 38.37%
R=25.31%
G=36.33%
B=38.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6289940.340.0500.63189.3820.5130.59
Hex3E595E22503Fbd151f
Octal761311364250772752537
Binary111110101100110111101000101010111111101111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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