#3D56AE

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

Shades of Mariner #3D56AE

Tints of Mariner #3D56AE

Color information

#3D56AE (or 0x3D56AE) is unknown color: approx Mariner. HEX triplet: 3D, 56 and AE. RGB value is (61,86,174). Sum of RGB (Red+Green+Blue) = 61+86+174=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D56AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D56AE is #C2A951. Grayscale: #585858. Windows color (decimal): -12757330 or 11425341. OLE color: 11425341.

HSL color Cylindrical-coordinate representation of color #3D56AE: hue angle of 226.73º 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 #3D56AE is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6186174-
CMYK0.650.5100.32
HSL226.73º48.09%46.08%-
HSV(B)226.73º64.94%68.24%-
XYZ12.8910.741.43-
YUV88.56176.22108.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.00%
GREEN value IS 86 (33.98% from 255) = 26.79%
BLUE value IS 174 (68.36% from 255) = 54.21%
R=19.00%
G=26.79%
B=54.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61861740.650.5100.32226.7348.0946.08
Hex3D56AE4133020e3302e
Octal75126256101630403436056
Binary1111011010110101011101000001110011010000011100011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D56AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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