#3B569A

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

Shades of Mariner #3B569A

Tints of Mariner #3B569A

Color information

#3B569A (or 0x3B569A) is unknown color: approx Mariner. HEX triplet: 3B, 56 and 9A. RGB value is (59,86,154). Sum of RGB (Red+Green+Blue) = 59+86+154=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #3B569A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B569A is #C4A965. Grayscale: #555555. Windows color (decimal): -12888422 or 10114619. OLE color: 10114619.

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

Color convert

RGB5986154-
CMYK0.620.4400.40
HSL222.95º44.6%41.76%-
HSV(B)222.95º61.69%60.39%-
XYZ10.969.9231.91-
YUV85.68166.55108.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.73%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 154 (60.55% from 255) = 51.51%
R=19.73%
G=28.76%
B=51.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal59861540.620.4400.40222.9544.641.76
Hex3B569A3E2C028df2d2a
Octal7312623276540503375552
Binary111011101011010011010111110101100010100011011111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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