#3E595D

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

Shades of Casal #3E595D

Tints of Casal #3E595D

Color information

#3E595D (or 0x3E595D) is unknown color: approx Casal. HEX triplet: 3E, 59 and 5D. RGB value is (62,89,93). Sum of RGB (Red+Green+Blue) = 62+89+93=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 93 (36.72% from 255 or 38.11% from 244); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E595D is #C1A6A2. Grayscale: #515151. Windows color (decimal): -12691107 or 6117694. OLE color: 6117694.

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

Color convert

RGB628993-
CMYK0.330.0400.64
HSL187.74º20%30.39%-
HSV(B)187.74º33.33%36.47%-
XYZ7.538.9611.69-
YUV81.38134.55114.17-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.41%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 93 (36.72% from 255) = 38.11%
R=25.41%
G=36.48%
B=38.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6289930.330.0400.64187.742030.39
Hex3E595D214040bc141e
Octal7613113541401002742436
Binary1111101011001101110110000110001000000101111001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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