#3462A9

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

Shades of Mariner #3462A9

Tints of Mariner #3462A9

Color information

#3462A9 (or 0x3462A9) is unknown color: approx Mariner. HEX triplet: 34, 62 and A9. RGB value is (52,98,169). Sum of RGB (Red+Green+Blue) = 52+98+169=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 169 (66.41% from 255 or 52.98% from 319); Max value from RGB is 169 - color contains mainly: blue. Hex color #3462A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3462A9 is #CB9D56. Grayscale: #5C5C5C. Windows color (decimal): -13344087 or 11100724. OLE color: 11100724.

HSL color Cylindrical-coordinate representation of color #3462A9: hue angle of 216.41º 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 #3462A9 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5298169-
CMYK0.690.4200.34
HSL216.41º52.94%43.33%-
HSV(B)216.41º69.23%66.27%-
XYZ12.9512.3339.23-
YUV92.34171.2699.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 98 (38.67% from 255) = 30.72%
BLUE value IS 169 (66.41% from 255) = 52.98%
R=16.30%
G=30.72%
B=52.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal52981690.690.4200.34216.4152.9443.33
Hex3462A9452A022d8352b
Octal64142251105520423306553
Binary1101001100010101010011000101101010010001011011000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3462A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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