#3A5699

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

Shades of Mariner #3A5699

Tints of Mariner #3A5699

Color information

#3A5699 (or 0x3A5699) is unknown color: approx Mariner. HEX triplet: 3A, 56 and 99. RGB value is (58,86,153). Sum of RGB (Red+Green+Blue) = 58+86+153=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A5699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5699 is #C5A966. Grayscale: #545454. Windows color (decimal): -12953959 or 10049082. OLE color: 10049082.

HSL color Cylindrical-coordinate representation of color #3A5699: hue angle of 222.32º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A5699 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5886153-
CMYK0.620.4400.4
HSL222.32º45.02%41.37%-
HSV(B)222.32º62.09%60%-
XYZ10.829.8631.47-
YUV85.27166.22108.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=19.53%
G=28.96%
B=51.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal58861530.620.4400.4222.3245.0241.37
Hex3A56993E2C028de2d29
Octal7212623176540503365551
Binary111010101011010011001111110101100010100011011110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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