#3A5799

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

Shades of Mariner #3A5799

Tints of Mariner #3A5799

Color information

#3A5799 (or 0x3A5799) is unknown color: approx Mariner. HEX triplet: 3A, 57 and 99. RGB value is (58,87,153). Sum of RGB (Red+Green+Blue) = 58+87+153=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A5799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5799 is #C5A866. Grayscale: #555555. Windows color (decimal): -12953703 or 10049338. OLE color: 10049338.

HSL color Cylindrical-coordinate representation of color #3A5799: hue angle of 221.68º 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 #3A5799 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5887153-
CMYK0.620.4300.4
HSL221.68º45.02%41.37%-
HSV(B)221.68º62.09%60%-
XYZ10.910.0231.5-
YUV85.85165.89108.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.46%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 153 (60.16% from 255) = 51.34%
R=19.46%
G=29.19%
B=51.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal58871530.620.4300.4221.6845.0241.37
Hex3A57993E2B028de2d29
Octal7212723176530503365551
Binary111010101011110011001111110101011010100011011110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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