#3D529F

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

Shades of Mariner #3D529F

Tints of Mariner #3D529F

Color information

#3D529F (or 0x3D529F) is unknown color: approx Mariner. HEX triplet: 3D, 52 and 9F. RGB value is (61,82,159). Sum of RGB (Red+Green+Blue) = 61+82+159=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D529F is #C2AD60. Grayscale: #545454. Windows color (decimal): -12758369 or 10441277. OLE color: 10441277.

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

Color convert

RGB6182159-
CMYK0.620.4800.38
HSL227.14º44.55%43.14%-
HSV(B)227.14º61.64%62.35%-
XYZ11.29.5334.05-
YUV84.5170.04111.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.20%
GREEN value IS 82 (32.42% from 255) = 27.15%
BLUE value IS 159 (62.5% from 255) = 52.65%
R=20.20%
G=27.15%
B=52.65%

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
Decimal61821590.620.4800.38227.1444.5543.14
Hex3D529F3E30026e32d2b
Octal7512223776600463435553
Binary111101101001010011111111110110000010011011100011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,82,159); }

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

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

 a { background-color: rgb(61,82,159); }

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

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

 span { border-color: rgb(61,82,159); }

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