#354FA2

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

Shades of Mariner #354FA2

Tints of Mariner #354FA2

Color information

#354FA2 (or 0x354FA2) is unknown color: approx Mariner. HEX triplet: 35, 4F and A2. RGB value is (53,79,162). Sum of RGB (Red+Green+Blue) = 53+79+162=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 162 (63.67% from 255 or 55.10% from 294); Max value from RGB is 162 - color contains mainly: blue. Hex color #354FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354FA2 is #CAB05D. Grayscale: #505050. Windows color (decimal): -13283422 or 10637109. OLE color: 10637109.

HSL color Cylindrical-coordinate representation of color #354FA2: hue angle of 225.69º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #354FA2 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5379162-
CMYK0.670.5100.36
HSL225.69º50.7%42.16%-
HSV(B)225.69º67.28%63.53%-
XYZ10.798.9635.34-
YUV80.69173.89108.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 79 (31.25% from 255) = 26.87%
BLUE value IS 162 (63.67% from 255) = 55.10%
R=18.03%
G=26.87%
B=55.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53791620.670.5100.36225.6950.742.16
Hex354FA24333024e2332a
Octal65117242103630443426352
Binary1101011001111101000101000011110011010010011100010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354FA2; }

 p { color: rgb(53,79,162); }

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

<style>
 a { background-color: #354FA2; }

 a { background-color: rgb(53,79,162); }

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

<style>
 span { border-color: #354FA2; }

 span { border-color: rgb(53,79,162); }

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