#3461AD

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

Shades of Mariner #3461AD

Tints of Mariner #3461AD

Color information

#3461AD (or 0x3461AD) is unknown color: approx Mariner. HEX triplet: 34, 61 and AD. RGB value is (52,97,173). Sum of RGB (Red+Green+Blue) = 52+97+173=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #3461AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3461AD is #CB9E52. Grayscale: #5B5B5B. Windows color (decimal): -13344339 or 11362612. OLE color: 11362612.

HSL color Cylindrical-coordinate representation of color #3461AD: hue angle of 217.69º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3461AD is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5297173-
CMYK0.700.4400.32
HSL217.69º53.78%44.12%-
HSV(B)217.69º69.94%67.84%-
XYZ13.2312.341.21-
YUV92.21173.5999.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.15%
GREEN value IS 97 (38.28% from 255) = 30.12%
BLUE value IS 173 (67.97% from 255) = 53.73%
R=16.15%
G=30.12%
B=53.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52971730.700.4400.32217.6953.7844.12
Hex3461AD462C020da362c
Octal64141255106540403326654
Binary1101001100001101011011000110101100010000011011010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3461AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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