#3A549C

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

Shades of Mariner #3A549C

Tints of Mariner #3A549C

Color information

#3A549C (or 0x3A549C) is unknown color: approx Mariner. HEX triplet: 3A, 54 and 9C. RGB value is (58,84,156). Sum of RGB (Red+Green+Blue) = 58+84+156=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A549C is #C5AB63. Grayscale: #545454. Windows color (decimal): -12954468 or 10245178. OLE color: 10245178.

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

Color convert

RGB5884156-
CMYK0.630.4600.39
HSL224.08º45.79%41.96%-
HSV(B)224.08º62.82%61.18%-
XYZ10.929.6432.74-
YUV84.43168.39109.15-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.46%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 156 (61.33% from 255) = 52.35%
R=19.46%
G=28.19%
B=52.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58841560.630.4600.39224.0845.7941.96
Hex3A549C3F2E027e02e2a
Octal7212423477560473405652
Binary111010101010010011100111111101110010011111100000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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