#335CA9

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

Shades of Mariner #335CA9

Tints of Mariner #335CA9

Color information

#335CA9 (or 0x335CA9) is unknown color: approx Mariner. HEX triplet: 33, 5C and A9. RGB value is (51,92,169). Sum of RGB (Red+Green+Blue) = 51+92+169=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 169 (66.41% from 255 or 54.17% from 312); Max value from RGB is 169 - color contains mainly: blue. Hex color #335CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335CA9 is #CCA356. Grayscale: #585858. Windows color (decimal): -13411159 or 11099187. OLE color: 11099187.

HSL color Cylindrical-coordinate representation of color #335CA9: hue angle of 219.15º degrees, saturation: 0.54, 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 #335CA9 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5192169-
CMYK0.700.4600.34
HSL219.15º53.64%43.14%-
HSV(B)219.15º69.82%66.27%-
XYZ12.3511.2239.05-
YUV88.52173.42101.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.35%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 169 (66.41% from 255) = 54.17%
R=16.35%
G=29.49%
B=54.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal51921690.700.4600.34219.1553.6443.14
Hex335CA9462E022db362b
Octal63134251106560423336653
Binary1100111011100101010011000110101110010001011011011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,92,169); }

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

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

 a { background-color: rgb(51,92,169); }

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

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

 span { border-color: rgb(51,92,169); }

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