#3B56A9

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

Shades of Mariner #3B56A9

Tints of Mariner #3B56A9

Color information

#3B56A9 (or 0x3B56A9) is unknown color: approx Mariner. HEX triplet: 3B, 56 and A9. RGB value is (59,86,169). Sum of RGB (Red+Green+Blue) = 59+86+169=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 169 (66.41% from 255 or 53.82% from 314); Max value from RGB is 169 - color contains mainly: blue. Hex color #3B56A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B56A9 is #C4A956. Grayscale: #575757. Windows color (decimal): -12888407 or 11097659. OLE color: 11097659.

HSL color Cylindrical-coordinate representation of color #3B56A9: hue angle of 225.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B56A9 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5986169-
CMYK0.650.4900.34
HSL225.27º48.25%44.71%-
HSV(B)225.27º65.09%66.27%-
XYZ12.2910.4538.91-
YUV87.39174.05107.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.79%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 169 (66.41% from 255) = 53.82%
R=18.79%
G=27.39%
B=53.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal59861690.650.4900.34225.2748.2544.71
Hex3B56A94131022e1302d
Octal73126251101610423416055
Binary1110111010110101010011000001110001010001011100001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B56A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,86,169); }

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

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

 a { background-color: rgb(59,86,169); }

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

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

 span { border-color: rgb(59,86,169); }

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