#335B99

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

Shades of Mariner #335B99

Tints of Mariner #335B99

Color information

#335B99 (or 0x335B99) is unknown color: approx Mariner. HEX triplet: 33, 5B and 99. RGB value is (51,91,153). Sum of RGB (Red+Green+Blue) = 51+91+153=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #335B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335B99 is #CCA466. Grayscale: #555555. Windows color (decimal): -13411431 or 10050355. OLE color: 10050355.

HSL color Cylindrical-coordinate representation of color #335B99: hue angle of 216.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #335B99 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5191153-
CMYK0.670.4100.4
HSL216.47º50%40%-
HSV(B)216.47º66.67%60%-
XYZ10.8610.4931.59-
YUV86.11165.75102.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 153 (60.16% from 255) = 51.86%
R=17.29%
G=30.85%
B=51.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51911530.670.4100.4216.475040
Hex335B994329028d83228
Octal63133231103510503306250
Binary1100111011011100110011000011101001010100011011000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,91,153); }

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

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

 a { background-color: rgb(51,91,153); }

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

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

 span { border-color: rgb(51,91,153); }

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