#3D569F

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

Shades of Mariner #3D569F

Tints of Mariner #3D569F

Color information

#3D569F (or 0x3D569F) is unknown color: approx Mariner. HEX triplet: 3D, 56 and 9F. RGB value is (61,86,159). Sum of RGB (Red+Green+Blue) = 61+86+159=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D569F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D569F is #C2A960. Grayscale: #565656. Windows color (decimal): -12757345 or 10442301. OLE color: 10442301.

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

Color convert

RGB6186159-
CMYK0.620.4600.38
HSL224.69º44.55%43.14%-
HSV(B)224.69º61.64%62.35%-
XYZ11.5110.1534.15-
YUV86.85168.72109.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.93%
GREEN value IS 86 (33.98% from 255) = 28.10%
BLUE value IS 159 (62.5% from 255) = 51.96%
R=19.93%
G=28.10%
B=51.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61861590.620.4600.38224.6944.5543.14
Hex3D569F3E2E026e12d2b
Octal7512623776560463415553
Binary111101101011010011111111110101110010011011100001101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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