#3B519F

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

Shades of Mariner #3B519F

Tints of Mariner #3B519F

Color information

#3B519F (or 0x3B519F) is unknown color: approx Mariner. HEX triplet: 3B, 51 and 9F. RGB value is (59,81,159). Sum of RGB (Red+Green+Blue) = 59+81+159=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B519F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B519F is #C4AE60. Grayscale: #525252. Windows color (decimal): -12889697 or 10441019. OLE color: 10441019.

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

Color convert

RGB5981159-
CMYK0.630.4900.38
HSL226.8º45.87%42.75%-
HSV(B)226.8º62.89%62.35%-
XYZ119.3234.02-
YUV83.31170.71110.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.73%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 159 (62.5% from 255) = 53.18%
R=19.73%
G=27.09%
B=53.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59811590.630.4900.38226.845.8742.75
Hex3B519F3F31026e32e2b
Octal7312123777610463435653
Binary111011101000110011111111111110001010011011100011101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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