#3B569F

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

Shades of Mariner #3B569F

Tints of Mariner #3B569F

Color information

#3B569F (or 0x3B569F) is unknown color: approx Mariner. HEX triplet: 3B, 56 and 9F. RGB value is (59,86,159). Sum of RGB (Red+Green+Blue) = 59+86+159=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B569F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B569F is #C4A960. Grayscale: #555555. Windows color (decimal): -12888417 or 10442299. OLE color: 10442299.

HSL color Cylindrical-coordinate representation of color #3B569F: hue angle of 223.8º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B569F is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5986159-
CMYK0.630.4600.38
HSL223.8º45.87%42.75%-
HSV(B)223.8º62.89%62.35%-
XYZ11.3910.0934.15-
YUV86.25169.05108.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.41%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 159 (62.5% from 255) = 52.30%
R=19.41%
G=28.29%
B=52.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59861590.630.4600.38223.845.8742.75
Hex3B569F3F2E026e02e2b
Octal7312623777560463405653
Binary111011101011010011111111111101110010011011100000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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