#3a5ba4

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

Shades of Mariner #3A5BA4

Tints of Mariner #3A5BA4

Color information

#3A5BA4 (or 0x3A5BA4) is unknown color: approx Mariner. HEX triplet: 3A, 5B and A4. RGB value is (58,91,164). Sum of RGB (Red+Green+Blue) = 58+91+164=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 164 (64.45% from 255 or 52.40% from 313); Max value from RGB is 164 - color contains mainly: blue. Hex color #3A5BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5BA4 is #C5A45B. Grayscale: #595959. Windows color (decimal): -12952668 or 10771258. OLE color: 10771258.

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

Color convert

RGB5891164-
CMYK0.650.4500.36
HSL221.32º47.75%43.53%-
HSV(B)221.32º64.63%64.31%-
XYZ12.1911.0636.61-
YUV89.45170.07105.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.53%
GREEN value IS 91 (35.94% from 255) = 29.07%
BLUE value IS 164 (64.45% from 255) = 52.40%
R=18.53%
G=29.07%
B=52.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58911640.650.4500.36221.3247.7543.53
Hex3A5BA4412D024dd302c
Octal72133244101550443356054
Binary1110101011011101001001000001101101010010011011101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a5ba4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,91,164); }

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

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

 a { background-color: rgb(58,91,164); }

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

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

 span { border-color: rgb(58,91,164); }

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