#3B529D

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

Shades of Mariner #3B529D

Tints of Mariner #3B529D

Color information

#3B529D (or 0x3B529D) is unknown color: approx Mariner. HEX triplet: 3B, 52 and 9D. RGB value is (59,82,157). Sum of RGB (Red+Green+Blue) = 59+82+157=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B529D is #C4AD62. Grayscale: #535353. Windows color (decimal): -12889443 or 10310203. OLE color: 10310203.

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

Color convert

RGB5982157-
CMYK0.620.4800.38
HSL225.92º45.37%42.35%-
HSV(B)225.92º62.42%61.57%-
XYZ10.919.433.14-
YUV83.67169.38110.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.80%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 157 (61.72% from 255) = 52.68%
R=19.80%
G=27.52%
B=52.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59821570.620.4800.38225.9245.3742.35
Hex3B529D3E30026e22d2a
Octal7312223576600463425552
Binary111011101001010011101111110110000010011011100010101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,82,157); }

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

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

 a { background-color: rgb(59,82,157); }

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

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

 span { border-color: rgb(59,82,157); }

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