#335099

Color #335099 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #335099

Tints of Tory Blue #335099

Color information

#335099 (or 0x335099) is unknown color: approx Tory Blue. HEX triplet: 33, 50 and 99. RGB value is (51,80,153). Sum of RGB (Red+Green+Blue) = 51+80+153=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #335099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335099 is #CCAF66. Grayscale: #4F4F4F. Windows color (decimal): -13414247 or 10047539. OLE color: 10047539.

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

Color convert

RGB5180153-
CMYK0.670.4800.4
HSL222.94º50%40%-
HSV(B)222.94º66.67%60%-
XYZ9.988.7431.3-
YUV79.65169.39107.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.96%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 153 (60.16% from 255) = 53.87%
R=17.96%
G=28.17%
B=53.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51801530.670.4800.4222.945040
Hex3350994330028df3228
Octal63120231103600503376250
Binary1100111010000100110011000011110000010100011011111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335099; }

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

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

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

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

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

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

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

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