#3d59af

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

Shades of Mariner #3D59AF

Tints of Mariner #3D59AF

Color information

#3D59AF (or 0x3D59AF) is unknown color: approx Mariner. HEX triplet: 3D, 59 and AF. RGB value is (61,89,175). Sum of RGB (Red+Green+Blue) = 61+89+175=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D59AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D59AF is #C2A650. Grayscale: #5A5A5A. Windows color (decimal): -12756561 or 11491645. OLE color: 11491645.

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

Color convert

RGB6189175-
CMYK0.650.4900.31
HSL225.26º48.31%46.27%-
HSV(B)225.26º65.14%68.63%-
XYZ13.2311.2342.03-
YUV90.43175.72107.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.77%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 175 (68.75% from 255) = 53.85%
R=18.77%
G=27.38%
B=53.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61891750.650.4900.31225.2648.3146.27
Hex3D59AF413101Fe1302e
Octal75131257101610373416056
Binary111101101100110101111100000111000101111111100001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d59af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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