#3561AB

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

Shades of Mariner #3561AB

Tints of Mariner #3561AB

Color information

#3561AB (or 0x3561AB) is unknown color: approx Mariner. HEX triplet: 35, 61 and AB. RGB value is (53,97,171). Sum of RGB (Red+Green+Blue) = 53+97+171=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 97 (38.28% from 255 or 30.22% 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 #3561AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3561AB is #CA9E54. Grayscale: #5B5B5B. Windows color (decimal): -13278805 or 11231541. OLE color: 11231541.

HSL color Cylindrical-coordinate representation of color #3561AB: hue angle of 217.63º 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 #3561AB is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5397171-
CMYK0.690.4300.33
HSL217.63º52.68%43.92%-
HSV(B)217.63º69.01%67.06%-
XYZ13.0912.2540.2-
YUV92.28172.4299.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=16.51%
G=30.22%
B=53.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53971710.690.4300.33217.6352.6843.92
Hex3561AB452B021da352c
Octal65141253105530413326554
Binary1101011100001101010111000101101011010000111011010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3561AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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