#3462AB

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

Shades of Mariner #3462AB

Tints of Mariner #3462AB

Color information

#3462AB (or 0x3462AB) is unknown color: approx Mariner. HEX triplet: 34, 62 and AB. RGB value is (52,98,171). Sum of RGB (Red+Green+Blue) = 52+98+171=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #3462AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3462AB is #CB9D54. Grayscale: #5C5C5C. Windows color (decimal): -13344085 or 11231796. OLE color: 11231796.

HSL color Cylindrical-coordinate representation of color #3462AB: hue angle of 216.81º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3462AB is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5298171-
CMYK0.700.4300.33
HSL216.81º53.36%43.73%-
HSV(B)216.81º69.59%67.06%-
XYZ13.1312.4140.23-
YUV92.57172.2699.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=16.20%
G=30.53%
B=53.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52981710.700.4300.33216.8153.3643.73
Hex3462AB462B021d9352c
Octal64142253106530413316554
Binary1101001100010101010111000110101011010000111011001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3462AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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