#3463AC

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

Shades of Mariner #3463AC

Tints of Mariner #3463AC

Color information

#3463AC (or 0x3463AC) is unknown color: approx Mariner. HEX triplet: 34, 63 and AC. RGB value is (52,99,172). Sum of RGB (Red+Green+Blue) = 52+99+172=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #3463AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3463AC is #CB9C53. Grayscale: #5C5C5C. Windows color (decimal): -13343828 or 11297588. OLE color: 11297588.

HSL color Cylindrical-coordinate representation of color #3463AC: hue angle of 216.5º degrees, saturation: 0.54, 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 #3463AC is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5299172-
CMYK0.700.4200.33
HSL216.5º53.57%43.92%-
HSV(B)216.5º69.77%67.45%-
XYZ13.3212.6340.77-
YUV93.27172.4398.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 172 (67.58% from 255) = 53.25%
R=16.10%
G=30.65%
B=53.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal52991720.700.4200.33216.553.5743.92
Hex3463AC462A021d8362c
Octal64143254106520413306654
Binary1101001100011101011001000110101010010000111011000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3463AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3463AC; }

 p { color: rgb(52,99,172); }

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

<style>
 a { background-color: #3463AC; }

 a { background-color: rgb(52,99,172); }

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

<style>
 span { border-color: #3463AC; }

 span { border-color: rgb(52,99,172); }

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