#3D57AE

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

Shades of Mariner #3D57AE

Tints of Mariner #3D57AE

Color information

#3D57AE (or 0x3D57AE) is unknown color: approx Mariner. HEX triplet: 3D, 57 and AE. RGB value is (61,87,174). Sum of RGB (Red+Green+Blue) = 61+87+174=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D57AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D57AE is #C2A851. Grayscale: #585858. Windows color (decimal): -12757074 or 11425597. OLE color: 11425597.

HSL color Cylindrical-coordinate representation of color #3D57AE: hue angle of 226.19º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D57AE is Cyan = 0.65, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6187174-
CMYK0.650.500.32
HSL226.19º48.09%46.08%-
HSV(B)226.19º64.94%68.24%-
XYZ12.9710.8641.46-
YUV89.14175.89107.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.94%
GREEN value IS 87 (34.38% from 255) = 27.02%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=18.94%
G=27.02%
B=54.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61871740.650.500.32226.1948.0946.08
Hex3D57AE4132020e2302e
Octal75127256101620403426056
Binary1111011010111101011101000001110010010000011100010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D57AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,87,174); }

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

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

 a { background-color: rgb(61,87,174); }

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

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

 span { border-color: rgb(61,87,174); }

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