#3A56AD

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

Shades of Mariner #3A56AD

Tints of Mariner #3A56AD

Color information

#3A56AD (or 0x3A56AD) is unknown color: approx Mariner. HEX triplet: 3A, 56 and AD. RGB value is (58,86,173). Sum of RGB (Red+Green+Blue) = 58+86+173=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A56AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A56AD is #C5A952. Grayscale: #575757. Windows color (decimal): -12953939 or 11359802. OLE color: 11359802.

HSL color Cylindrical-coordinate representation of color #3A56AD: hue angle of 225.39º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A56AD is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5886173-
CMYK0.660.5000.32
HSL225.39º49.78%45.29%-
HSV(B)225.39º66.47%67.84%-
XYZ12.6210.5740.91-
YUV87.55176.22106.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.30%
GREEN value IS 86 (33.98% from 255) = 27.13%
BLUE value IS 173 (67.97% from 255) = 54.57%
R=18.30%
G=27.13%
B=54.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58861730.660.5000.32225.3949.7845.29
Hex3A56AD4232020e1322d
Octal72126255102620403416255
Binary1110101010110101011011000010110010010000011100001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A56AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A56AD; }

 p { color: rgb(58,86,173); }

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

<style>
 a { background-color: #3A56AD; }

 a { background-color: rgb(58,86,173); }

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

<style>
 span { border-color: #3A56AD; }

 span { border-color: rgb(58,86,173); }

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