#3461A9

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

Shades of Mariner #3461A9

Tints of Mariner #3461A9

Color information

#3461A9 (or 0x3461A9) is unknown color: approx Mariner. HEX triplet: 34, 61 and A9. RGB value is (52,97,169). Sum of RGB (Red+Green+Blue) = 52+97+169=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 169 (66.41% from 255 or 53.14% from 318); Max value from RGB is 169 - color contains mainly: blue. Hex color #3461A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3461A9 is #CB9E56. Grayscale: #5B5B5B. Windows color (decimal): -13344343 or 11100468. OLE color: 11100468.

HSL color Cylindrical-coordinate representation of color #3461A9: hue angle of 216.92º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3461A9 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5297169-
CMYK0.690.4300.34
HSL216.92º52.94%43.33%-
HSV(B)216.92º69.23%66.27%-
XYZ12.8512.1439.2-
YUV91.75171.5999.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.35%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 169 (66.41% from 255) = 53.14%
R=16.35%
G=30.50%
B=53.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal52971690.690.4300.34216.9252.9443.33
Hex3461A9452B022d9352b
Octal64141251105530423316553
Binary1101001100001101010011000101101011010001011011001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3461A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3461A9; }

 p { color: rgb(52,97,169); }

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

<style>
 a { background-color: #3461A9; }

 a { background-color: rgb(52,97,169); }

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

<style>
 span { border-color: #3461A9; }

 span { border-color: rgb(52,97,169); }

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