#335DA8

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

Shades of Mariner #335DA8

Tints of Mariner #335DA8

Color information

#335DA8 (or 0x335DA8) is unknown color: approx Mariner. HEX triplet: 33, 5D and A8. RGB value is (51,93,168). Sum of RGB (Red+Green+Blue) = 51+93+168=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 168 (66.02% from 255 or 53.85% from 312); Max value from RGB is 168 - color contains mainly: blue. Hex color #335DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335DA8 is #CCA257. Grayscale: #585858. Windows color (decimal): -13410904 or 11033907. OLE color: 11033907.

HSL color Cylindrical-coordinate representation of color #335DA8: hue angle of 218.46º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #335DA8 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5193168-
CMYK0.700.4500.34
HSL218.46º53.42%42.94%-
HSV(B)218.46º69.64%65.88%-
XYZ12.3511.3638.59-
YUV88.99172.59100.9-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 93 (36.72% from 255) = 29.81%
BLUE value IS 168 (66.02% from 255) = 53.85%
R=16.35%
G=29.81%
B=53.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal51931680.700.4500.34218.4653.4242.94
Hex335DA8462D022da352b
Octal63135250106550423326553
Binary1100111011101101010001000110101101010001011011010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335DA8; }

 p { color: rgb(51,93,168); }

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

<style>
 a { background-color: #335DA8; }

 a { background-color: rgb(51,93,168); }

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

<style>
 span { border-color: #335DA8; }

 span { border-color: rgb(51,93,168); }

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