#3d59ad

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

Shades of Mariner #3D59AD

Tints of Mariner #3D59AD

Color information

#3D59AD (or 0x3D59AD) is unknown color: approx Mariner. HEX triplet: 3D, 59 and AD. RGB value is (61,89,173). Sum of RGB (Red+Green+Blue) = 61+89+173=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D59AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D59AD is #C2A652. Grayscale: #595959. Windows color (decimal): -12756563 or 11360573. OLE color: 11360573.

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

Color convert

RGB6189173-
CMYK0.650.4900.32
HSL225º47.86%45.88%-
HSV(B)225º64.74%67.84%-
XYZ13.0411.1541-
YUV90.2174.72107.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.89%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 173 (67.97% from 255) = 53.56%
R=18.89%
G=27.55%
B=53.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61891730.650.4900.3222547.8645.88
Hex3D59AD4131020e1302e
Octal75131255101610403416056
Binary1111011011001101011011000001110001010000011100001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d59ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,89,173); }

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

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

 a { background-color: rgb(61,89,173); }

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

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

 span { border-color: rgb(61,89,173); }

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