#3563AD

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

Shades of Mariner #3563AD

Tints of Mariner #3563AD

Color information

#3563AD (or 0x3563AD) is unknown color: approx Mariner. HEX triplet: 35, 63 and AD. RGB value is (53,99,173). Sum of RGB (Red+Green+Blue) = 53+99+173=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #3563AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3563AD is #CA9C52. Grayscale: #5D5D5D. Windows color (decimal): -13278291 or 11363125. OLE color: 11363125.

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

Color convert

RGB5399173-
CMYK0.690.4300.32
HSL217º53.1%44.31%-
HSV(B)217º69.36%67.84%-
XYZ13.4712.741.28-
YUV93.68172.7698.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 99 (39.06% from 255) = 30.46%
BLUE value IS 173 (67.97% from 255) = 53.23%
R=16.31%
G=30.46%
B=53.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53991730.690.4300.3221753.144.31
Hex3563AD452B020d9352c
Octal65143255105530403316554
Binary1101011100011101011011000101101011010000011011001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3563AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,99,173); }

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

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

 a { background-color: rgb(53,99,173); }

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

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

 span { border-color: rgb(53,99,173); }

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