#3A595E

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

Shades of Casal #3A595E

Tints of Casal #3A595E

Color information

#3A595E (or 0x3A595E) is unknown color: approx Casal. HEX triplet: 3A, 59 and 5E. RGB value is (58,89,94). Sum of RGB (Red+Green+Blue) = 58+89+94=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A595E is #C5A6A1. Grayscale: #505050. Windows color (decimal): -12953250 or 6183226. OLE color: 6183226.

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

Color convert

RGB588994-
CMYK0.380.0500.63
HSL188.33º23.68%29.8%-
HSV(B)188.33º38.3%36.86%-
XYZ7.348.8511.91-
YUV80.3135.73112.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.07%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=24.07%
G=36.93%
B=39.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5889940.380.0500.63188.3323.6829.8
Hex3A595E26503Fbc181e
Octal721311364650772743036
Binary111010101100110111101001101010111111101111001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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