#3B549A

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

Shades of Mariner #3B549A

Tints of Mariner #3B549A

Color information

#3B549A (or 0x3B549A) is unknown color: approx Mariner. HEX triplet: 3B, 54 and 9A. RGB value is (59,84,154). Sum of RGB (Red+Green+Blue) = 59+84+154=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #3B549A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B549A is #C4AB65. Grayscale: #545454. Windows color (decimal): -12888934 or 10114107. OLE color: 10114107.

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

Color convert

RGB5984154-
CMYK0.620.4500.40
HSL224.21º44.6%41.76%-
HSV(B)224.21º61.69%60.39%-
XYZ10.819.631.86-
YUV84.5167.22109.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.87%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 154 (60.55% from 255) = 51.85%
R=19.87%
G=28.28%
B=51.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal59841540.620.4500.40224.2144.641.76
Hex3B549A3E2D028e02d2a
Octal7312423276550503405552
Binary111011101010010011010111110101101010100011100000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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