#3A575B

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

Shades of Casal #3A575B

Tints of Casal #3A575B

Color information

#3A575B (or 0x3A575B) is unknown color: approx Casal. HEX triplet: 3A, 57 and 5B. RGB value is (58,87,91). Sum of RGB (Red+Green+Blue) = 58+87+91=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A575B is #C5A8A4. Grayscale: #4E4E4E. Windows color (decimal): -12953765 or 5986106. OLE color: 5986106.

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

Color convert

RGB588791-
CMYK0.360.0400.64
HSL187.27º22.15%29.22%-
HSV(B)187.27º36.26%35.69%-
XYZ7.048.4711.16-
YUV78.78134.89113.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.58%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=24.58%
G=36.86%
B=38.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5887910.360.0400.64187.2722.1529.22
Hex3A575B244040bb161d
Octal7212713344401002732635
Binary1110101010111101101110010010001000000101110111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,87,91); }

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

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

 a { background-color: rgb(58,87,91); }

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

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

 span { border-color: rgb(58,87,91); }

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