#3B559C

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

Shades of Mariner #3B559C

Tints of Mariner #3B559C

Color information

#3B559C (or 0x3B559C) is unknown color: approx Mariner. HEX triplet: 3B, 55 and 9C. RGB value is (59,85,156). Sum of RGB (Red+Green+Blue) = 59+85+156=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B559C is #C4AA63. Grayscale: #555555. Windows color (decimal): -12888676 or 10245435. OLE color: 10245435.

HSL color Cylindrical-coordinate representation of color #3B559C: hue angle of 223.92º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B559C is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5985156-
CMYK0.620.4600.39
HSL223.92º45.12%42.16%-
HSV(B)223.92º62.18%61.18%-
XYZ11.059.8332.77-
YUV85.32167.89109.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.67%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 156 (61.33% from 255) = 52%
R=19.67%
G=28.33%
B=52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal59851560.620.4600.39223.9245.1242.16
Hex3B559C3E2E027e02d2a
Octal7312523476560473405552
Binary111011101010110011100111110101110010011111100000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,85,156); }

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

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

 a { background-color: rgb(59,85,156); }

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

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

 span { border-color: rgb(59,85,156); }

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