#335DA5

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

Shades of Mariner #335DA5

Tints of Mariner #335DA5

Color information

#335DA5 (or 0x335DA5) is unknown color: approx Mariner. HEX triplet: 33, 5D and A5. RGB value is (51,93,165). Sum of RGB (Red+Green+Blue) = 51+93+165=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 165 (64.84% from 255 or 53.40% from 309); Max value from RGB is 165 - color contains mainly: blue. Hex color #335DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335DA5 is #CCA25A. Grayscale: #585858. Windows color (decimal): -13410907 or 10837299. OLE color: 10837299.

HSL color Cylindrical-coordinate representation of color #335DA5: hue angle of 217.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #335DA5 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5193165-
CMYK0.690.4400.35
HSL217.89º52.78%42.35%-
HSV(B)217.89º69.09%64.71%-
XYZ12.0711.2537.13-
YUV88.65171.09101.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.50%
GREEN value IS 93 (36.72% from 255) = 30.10%
BLUE value IS 165 (64.84% from 255) = 53.40%
R=16.50%
G=30.10%
B=53.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51931650.690.4400.35217.8952.7842.35
Hex335DA5452C023da352a
Octal63135245105540433326552
Binary1100111011101101001011000101101100010001111011010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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