#3D559F

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

Shades of Mariner #3D559F

Tints of Mariner #3D559F

Color information

#3D559F (or 0x3D559F) is unknown color: approx Mariner. HEX triplet: 3D, 55 and 9F. RGB value is (61,85,159). Sum of RGB (Red+Green+Blue) = 61+85+159=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 85 (33.59% from 255 or 27.87% 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 #3D559F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D559F is #C2AA60. Grayscale: #555555. Windows color (decimal): -12757601 or 10442045. OLE color: 10442045.

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

Color convert

RGB6185159-
CMYK0.620.4700.38
HSL225.31º44.55%43.14%-
HSV(B)225.31º61.64%62.35%-
XYZ11.439.9934.13-
YUV86.26169.05109.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20%
GREEN value IS 85 (33.59% from 255) = 27.87%
BLUE value IS 159 (62.5% from 255) = 52.13%
R=20%
G=27.87%
B=52.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61851590.620.4700.38225.3144.5543.14
Hex3D559F3E2F026e12d2b
Octal7512523776570463415553
Binary111101101010110011111111110101111010011011100001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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