#3A5AA6

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

Shades of Mariner #3A5AA6

Tints of Mariner #3A5AA6

Color information

#3A5AA6 (or 0x3A5AA6) is unknown color: approx Mariner. HEX triplet: 3A, 5A and A6. RGB value is (58,90,166). Sum of RGB (Red+Green+Blue) = 58+90+166=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 166 (65.23% from 255 or 52.87% from 314); Max value from RGB is 166 - color contains mainly: blue. Hex color #3A5AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5AA6 is #C5A559. Grayscale: #585858. Windows color (decimal): -12952922 or 10902074. OLE color: 10902074.

HSL color Cylindrical-coordinate representation of color #3A5AA6: hue angle of 222.22º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A5AA6 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5890166-
CMYK0.650.4600.35
HSL222.22º48.21%43.92%-
HSV(B)222.22º65.06%65.1%-
XYZ12.2810.9737.55-
YUV89.1171.4105.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.47%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 166 (65.23% from 255) = 52.87%
R=18.47%
G=28.66%
B=52.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal58901660.650.4600.35222.2248.2143.92
Hex3A5AA6412E023de302c
Octal72132246101560433366054
Binary1110101011010101001101000001101110010001111011110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,90,166); }

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

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

 a { background-color: rgb(58,90,166); }

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

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

 span { border-color: rgb(58,90,166); }

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