#3D5DAE

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

Shades of Mariner #3D5DAE

Tints of Mariner #3D5DAE

Color information

#3D5DAE (or 0x3D5DAE) is unknown color: approx Mariner. HEX triplet: 3D, 5D and AE. RGB value is (61,93,174). Sum of RGB (Red+Green+Blue) = 61+93+174=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D5DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5DAE is #C2A251. Grayscale: #5C5C5C. Windows color (decimal): -12755538 or 11427133. OLE color: 11427133.

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

Color convert

RGB6193174-
CMYK0.650.4700.32
HSL223.01º48.09%46.08%-
HSV(B)223.01º64.94%68.24%-
XYZ13.4811.8841.63-
YUV92.67173.9105.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.60%
GREEN value IS 93 (36.72% from 255) = 28.35%
BLUE value IS 174 (68.36% from 255) = 53.05%
R=18.60%
G=28.35%
B=53.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61931740.650.4700.32223.0148.0946.08
Hex3D5DAE412F020df302e
Octal75135256101570403376056
Binary1111011011101101011101000001101111010000011011111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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