#3564AB

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

Shades of Mariner #3564AB

Tints of Mariner #3564AB

Color information

#3564AB (or 0x3564AB) is unknown color: approx Mariner. HEX triplet: 35, 64 and AB. RGB value is (53,100,171). Sum of RGB (Red+Green+Blue) = 53+100+171=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #3564AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3564AB is #CA9B54. Grayscale: #5D5D5D. Windows color (decimal): -13278037 or 11232309. OLE color: 11232309.

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

Color convert

RGB53100171-
CMYK0.690.4200.33
HSL216.1º52.68%43.92%-
HSV(B)216.1º69.01%67.06%-
XYZ13.3812.8140.3-
YUV94.04171.4398.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 171 (67.19% from 255) = 52.78%
R=16.36%
G=30.86%
B=52.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531001710.690.4200.33216.152.6843.92
Hex3564AB452A021d8352c
Octal65144253105520413306554
Binary1101011100100101010111000101101010010000111011000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3564AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,100,171); }

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

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

 a { background-color: rgb(53,100,171); }

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

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

 span { border-color: rgb(53,100,171); }

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