#3462A2

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

Shades of Mariner #3462A2

Tints of Mariner #3462A2

Color information

#3462A2 (or 0x3462A2) is unknown color: approx Mariner. HEX triplet: 34, 62 and A2. RGB value is (52,98,162). Sum of RGB (Red+Green+Blue) = 52+98+162=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 162 (63.67% from 255 or 51.92% from 312); Max value from RGB is 162 - color contains mainly: blue. Hex color #3462A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3462A2 is #CB9D5D. Grayscale: #5B5B5B. Windows color (decimal): -13344094 or 10641972. OLE color: 10641972.

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

Color convert

RGB5298162-
CMYK0.680.4000.36
HSL214.91º51.4%41.96%-
HSV(B)214.91º67.9%63.53%-
XYZ12.3112.0735.86-
YUV91.54167.7699.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 162 (63.67% from 255) = 51.92%
R=16.67%
G=31.41%
B=51.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal52981620.680.4000.36214.9151.441.96
Hex3462A24428024d7332a
Octal64142242104500443276352
Binary1101001100010101000101000100101000010010011010111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3462A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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