#3E585D

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

Shades of Casal #3E585D

Tints of Casal #3E585D

Color information

#3E585D (or 0x3E585D) is unknown color: approx Casal. HEX triplet: 3E, 58 and 5D. RGB value is (62,88,93). Sum of RGB (Red+Green+Blue) = 62+88+93=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E585D is #C1A7A2. Grayscale: #505050. Windows color (decimal): -12691363 or 6117438. OLE color: 6117438.

HSL color Cylindrical-coordinate representation of color #3E585D: hue angle of 189.68º 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 #3E585D is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB628893-
CMYK0.330.0500.64
HSL189.68º20%30.39%-
HSV(B)189.68º33.33%36.47%-
XYZ7.458.7911.66-
YUV80.8134.89114.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.51%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 93 (36.72% from 255) = 38.27%
R=25.51%
G=36.21%
B=38.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6288930.330.0500.64189.682030.39
Hex3E585D215040be141e
Octal7613013541501002762436
Binary1111101011000101110110000110101000000101111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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