#3B579F

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

Shades of Mariner #3B579F

Tints of Mariner #3B579F

Color information

#3B579F (or 0x3B579F) is unknown color: approx Mariner. HEX triplet: 3B, 57 and 9F. RGB value is (59,87,159). Sum of RGB (Red+Green+Blue) = 59+87+159=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B579F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B579F is #C4A860. Grayscale: #565656. Windows color (decimal): -12888161 or 10442555. OLE color: 10442555.

HSL color Cylindrical-coordinate representation of color #3B579F: hue angle of 223.2º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B579F is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5987159-
CMYK0.630.4500.38
HSL223.2º45.87%42.75%-
HSV(B)223.2º62.89%62.35%-
XYZ11.4710.2534.17-
YUV86.84168.72108.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.34%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 159 (62.5% from 255) = 52.13%
R=19.34%
G=28.52%
B=52.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59871590.630.4500.38223.245.8742.75
Hex3B579F3F2D026df2e2b
Octal7312723777550463375653
Binary111011101011110011111111111101101010011011011111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,87,159); }

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

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

 a { background-color: rgb(59,87,159); }

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

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

 span { border-color: rgb(59,87,159); }

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