#335e99

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

Shades of Mariner #335E99

Tints of Mariner #335E99

Color information

#335E99 (or 0x335E99) is unknown color: approx Mariner. HEX triplet: 33, 5E and 99. RGB value is (51,94,153). Sum of RGB (Red+Green+Blue) = 51+94+153=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #335E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335E99 is #CCA166. Grayscale: #575757. Windows color (decimal): -13410663 or 10051123. OLE color: 10051123.

HSL color Cylindrical-coordinate representation of color #335E99: hue angle of 214.71º 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 #335E99 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5194153-
CMYK0.670.3900.4
HSL214.71º50%40%-
HSV(B)214.71º66.67%60%-
XYZ11.1211.0131.68-
YUV87.87164.75101.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 153 (60.16% from 255) = 51.34%
R=17.11%
G=31.54%
B=51.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51941530.670.3900.4214.715040
Hex335E994327028d73228
Octal63136231103470503276250
Binary1100111011110100110011000011100111010100011010111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335e99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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