#3A565E

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

Shades of Casal #3A565E

Tints of Casal #3A565E

Color information

#3A565E (or 0x3A565E) is unknown color: approx Casal. HEX triplet: 3A, 56 and 5E. RGB value is (58,86,94). Sum of RGB (Red+Green+Blue) = 58+86+94=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A565E is #C5A9A1. Grayscale: #4E4E4E. Windows color (decimal): -12954018 or 6182458. OLE color: 6182458.

HSL color Cylindrical-coordinate representation of color #3A565E: hue angle of 193.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 #3A565E is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB588694-
CMYK0.380.0900.63
HSL193.33º23.68%29.8%-
HSV(B)193.33º38.3%36.86%-
XYZ7.098.3611.83-
YUV78.54136.72113.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.37%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 94 (37.11% from 255) = 39.50%
R=24.37%
G=36.13%
B=39.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5886940.380.0900.63193.3323.6829.8
Hex3A565E26903Fc1181e
Octal7212613646110773013036
Binary1110101010110101111010011010010111111110000011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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