#3A549A

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

Shades of Mariner #3A549A

Tints of Mariner #3A549A

Color information

#3A549A (or 0x3A549A) is unknown color: approx Mariner. HEX triplet: 3A, 54 and 9A. RGB value is (58,84,154). Sum of RGB (Red+Green+Blue) = 58+84+154=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A549A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A549A is #C5AB65. Grayscale: #535353. Windows color (decimal): -12954470 or 10114106. OLE color: 10114106.

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

Color convert

RGB5884154-
CMYK0.620.4500.40
HSL223.75º45.28%41.57%-
HSV(B)223.75º62.34%60.39%-
XYZ10.759.5731.85-
YUV84.21167.39109.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.59%
GREEN value IS 84 (33.20% from 255) = 28.38%
BLUE value IS 154 (60.55% from 255) = 52.03%
R=19.59%
G=28.38%
B=52.03%

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
Decimal58841540.620.4500.40223.7545.2841.57
Hex3A549A3E2D028e02d2a
Octal7212423276550503405552
Binary111010101010010011010111110101101010100011100000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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