#3D5DAF

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

Shades of Mariner #3D5DAF

Tints of Mariner #3D5DAF

Color information

#3D5DAF (or 0x3D5DAF) is unknown color: approx Mariner. HEX triplet: 3D, 5D and AF. RGB value is (61,93,175). Sum of RGB (Red+Green+Blue) = 61+93+175=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D5DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5DAF is #C2A250. Grayscale: #5C5C5C. Windows color (decimal): -12755537 or 11492669. OLE color: 11492669.

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

Color convert

RGB6193175-
CMYK0.650.4700.31
HSL223.16º48.31%46.27%-
HSV(B)223.16º65.14%68.63%-
XYZ13.5811.9242.14-
YUV92.78174.4105.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.54%
GREEN value IS 93 (36.72% from 255) = 28.27%
BLUE value IS 175 (68.75% from 255) = 53.19%
R=18.54%
G=28.27%
B=53.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61931750.650.4700.31223.1648.3146.27
Hex3D5DAF412F01Fdf302e
Octal75135257101570373376056
Binary111101101110110101111100000110111101111111011111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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