#3A5BB0

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

Shades of Mariner #3A5BB0

Tints of Mariner #3A5BB0

Color information

#3A5BB0 (or 0x3A5BB0) is unknown color: approx Mariner. HEX triplet: 3A, 5B and B0. RGB value is (58,91,176). Sum of RGB (Red+Green+Blue) = 58+91+176=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #3A5BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5BB0 is #C5A44F. Grayscale: #5A5A5A. Windows color (decimal): -12952656 or 11557690. OLE color: 11557690.

HSL color Cylindrical-coordinate representation of color #3A5BB0: hue angle of 223.22º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A5BB0 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5891176-
CMYK0.670.4800.31
HSL223.22º50.43%45.88%-
HSV(B)223.22º67.05%69.02%-
XYZ13.3211.5242.59-
YUV90.82176.07104.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.85%
GREEN value IS 91 (35.94% from 255) = 28%
BLUE value IS 176 (69.14% from 255) = 54.15%
R=17.85%
G=28%
B=54.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58911760.670.4800.31223.2250.4345.88
Hex3A5BB0433001Fdf322e
Octal72133260103600373376256
Binary111010101101110110000100001111000001111111011111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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