#354EA3

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

Shades of Mariner #354EA3

Tints of Mariner #354EA3

Color information

#354EA3 (or 0x354EA3) is unknown color: approx Mariner. HEX triplet: 35, 4E and A3. RGB value is (53,78,163). Sum of RGB (Red+Green+Blue) = 53+78+163=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 163 (64.06% from 255 or 55.44% from 294); Max value from RGB is 163 - color contains mainly: blue. Hex color #354EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354EA3 is #CAB15C. Grayscale: #4F4F4F. Windows color (decimal): -13283677 or 10702389. OLE color: 10702389.

HSL color Cylindrical-coordinate representation of color #354EA3: hue angle of 226.36º 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 #354EA3 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5378163-
CMYK0.670.5200.36
HSL226.36º50.93%42.35%-
HSV(B)226.36º67.48%63.92%-
XYZ10.88.8535.79-
YUV80.22174.72108.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 78 (30.86% from 255) = 26.53%
BLUE value IS 163 (64.06% from 255) = 55.44%
R=18.03%
G=26.53%
B=55.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53781630.670.5200.36226.3650.9342.35
Hex354EA34334024e2332a
Octal65116243103640443426352
Binary1101011001110101000111000011110100010010011100010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,78,163); }

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

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

 a { background-color: rgb(53,78,163); }

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

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

 span { border-color: rgb(53,78,163); }

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