#355EAF

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

Shades of Mariner #355EAF

Tints of Mariner #355EAF

Color information

#355EAF (or 0x355EAF) is unknown color: approx Mariner. HEX triplet: 35, 5E and AF. RGB value is (53,94,175). Sum of RGB (Red+Green+Blue) = 53+94+175=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #355EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355EAF is #CAA150. Grayscale: #5A5A5A. Windows color (decimal): -13279569 or 11492917. OLE color: 11492917.

HSL color Cylindrical-coordinate representation of color #355EAF: hue angle of 219.84º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #355EAF is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5394175-
CMYK0.700.4600.31
HSL219.84º53.51%44.71%-
HSV(B)219.84º69.71%68.63%-
XYZ13.2111.8642.15-
YUV90.98175.42100.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 175 (68.75% from 255) = 54.35%
R=16.46%
G=29.19%
B=54.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53941750.700.4600.31219.8453.5144.71
Hex355EAF462E01Fdc362d
Octal65136257106560373346655
Binary110101101111010101111100011010111001111111011100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355EAF; }

 p { color: rgb(53,94,175); }

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

<style>
 a { background-color: #355EAF; }

 a { background-color: rgb(53,94,175); }

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

<style>
 span { border-color: #355EAF; }

 span { border-color: rgb(53,94,175); }

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