#355DA4

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

Shades of Mariner #355DA4

Tints of Mariner #355DA4

Color information

#355DA4 (or 0x355DA4) is unknown color: approx Mariner. HEX triplet: 35, 5D and A4. RGB value is (53,93,164). Sum of RGB (Red+Green+Blue) = 53+93+164=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #355DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355DA4 is #CAA25B. Grayscale: #585858. Windows color (decimal): -13279836 or 10771765. OLE color: 10771765.

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

Color convert

RGB5393164-
CMYK0.680.4300.36
HSL218.38º51.15%42.55%-
HSV(B)218.38º67.68%64.31%-
XYZ12.0811.2736.66-
YUV89.13170.25102.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 93 (36.72% from 255) = 30%
BLUE value IS 164 (64.45% from 255) = 52.90%
R=17.10%
G=30%
B=52.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53931640.680.4300.36218.3851.1542.55
Hex355DA4442B024da332b
Octal65135244104530443326353
Binary1101011011101101001001000100101011010010011011010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,93,164); }

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

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

 a { background-color: rgb(53,93,164); }

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

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

 span { border-color: rgb(53,93,164); }

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