#3659A2

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

Shades of Mariner #3659A2

Tints of Mariner #3659A2

Color information

#3659A2 (or 0x3659A2) is unknown color: approx Mariner. HEX triplet: 36, 59 and A2. RGB value is (54,89,162). Sum of RGB (Red+Green+Blue) = 54+89+162=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #3659A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3659A2 is #C9A65D. Grayscale: #565656. Windows color (decimal): -13215326 or 10639670. OLE color: 10639670.

HSL color Cylindrical-coordinate representation of color #3659A2: hue angle of 220.56º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3659A2 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5489162-
CMYK0.670.4500.36
HSL220.56º50%42.35%-
HSV(B)220.56º66.67%63.53%-
XYZ11.6210.5435.6-
YUV86.86170.4104.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 162 (63.67% from 255) = 53.11%
R=17.70%
G=29.18%
B=53.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal54891620.670.4500.36220.565042.35
Hex3659A2432D024dd322a
Octal66131242103550443356252
Binary1101101011001101000101000011101101010010011011101110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3659A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3659A2; }

 p { color: rgb(54,89,162); }

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

<style>
 a { background-color: #3659A2; }

 a { background-color: rgb(54,89,162); }

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

<style>
 span { border-color: #3659A2; }

 span { border-color: rgb(54,89,162); }

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