#3A565B

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

Shades of Casal #3A565B

Tints of Casal #3A565B

Color information

#3A565B (or 0x3A565B) is unknown color: approx Casal. HEX triplet: 3A, 56 and 5B. RGB value is (58,86,91). Sum of RGB (Red+Green+Blue) = 58+86+91=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A565B is #C5A9A4. Grayscale: #4E4E4E. Windows color (decimal): -12954021 or 5985850. OLE color: 5985850.

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

Color convert

RGB588691-
CMYK0.360.0500.64
HSL189.09º22.15%29.22%-
HSV(B)189.09º36.26%35.69%-
XYZ6.968.3111.13-
YUV78.2135.22113.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.68%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=24.68%
G=36.60%
B=38.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5886910.360.0500.64189.0922.1529.22
Hex3A565B245040bd161d
Octal7212613344501002752635
Binary1110101010110101101110010010101000000101111011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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