#3E595C

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

Shades of Casal #3E595C

Tints of Casal #3E595C

Color information

#3E595C (or 0x3E595C) is unknown color: approx Casal. HEX triplet: 3E, 59 and 5C. RGB value is (62,89,92). Sum of RGB (Red+Green+Blue) = 62+89+92=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 92 - color contains mainly: blue. Hex color #3E595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E595C is #C1A6A3. Grayscale: #515151. Windows color (decimal): -12691108 or 6052158. OLE color: 6052158.

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

Color convert

RGB628992-
CMYK0.330.0300.64
HSL186º19.48%30.2%-
HSV(B)186º32.61%36.08%-
XYZ7.498.9411.46-
YUV81.27134.05114.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.51%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 92 (36.33% from 255) = 37.86%
R=25.51%
G=36.63%
B=37.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6289920.330.0300.6418619.4830.2
Hex3E595C213040ba131e
Octal7613113441301002722336
Binary111110101100110111001000011101000000101110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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