#3B559B

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

Shades of Mariner #3B559B

Tints of Mariner #3B559B

Color information

#3B559B (or 0x3B559B) is unknown color: approx Mariner. HEX triplet: 3B, 55 and 9B. RGB value is (59,85,155). Sum of RGB (Red+Green+Blue) = 59+85+155=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B559B is #C4AA64. Grayscale: #545454. Windows color (decimal): -12888677 or 10179899. OLE color: 10179899.

HSL color Cylindrical-coordinate representation of color #3B559B: hue angle of 223.75º 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 #3B559B is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5985155-
CMYK0.620.4500.39
HSL223.75º44.86%41.96%-
HSV(B)223.75º61.94%60.78%-
XYZ10.979.7932.32-
YUV85.21167.39109.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.73%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 155 (60.94% from 255) = 51.84%
R=19.73%
G=28.43%
B=51.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal59851550.620.4500.39223.7544.8641.96
Hex3B559B3E2D027e02d2a
Octal7312523376550473405552
Binary111011101010110011011111110101101010011111100000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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