#3D5EAE

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

Shades of Mariner #3D5EAE

Tints of Mariner #3D5EAE

Color information

#3D5EAE (or 0x3D5EAE) is unknown color: approx Mariner. HEX triplet: 3D, 5E and AE. RGB value is (61,94,174). Sum of RGB (Red+Green+Blue) = 61+94+174=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D5EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5EAE is #C2A151. Grayscale: #5C5C5C. Windows color (decimal): -12755282 or 11427389. OLE color: 11427389.

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

Color convert

RGB6194174-
CMYK0.650.4600.32
HSL222.48º48.09%46.08%-
HSV(B)222.48º64.94%68.24%-
XYZ13.5712.0541.66-
YUV93.25173.57105-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.54%
GREEN value IS 94 (37.11% from 255) = 28.57%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=18.54%
G=28.57%
B=52.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61941740.650.4600.32222.4848.0946.08
Hex3D5EAE412E020de302e
Octal75136256101560403366056
Binary1111011011110101011101000001101110010000011011110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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