#335699

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

Shades of Tory Blue #335699

Tints of Tory Blue #335699

Color information

#335699 (or 0x335699) is unknown color: approx Tory Blue. HEX triplet: 33, 56 and 99. RGB value is (51,86,153). Sum of RGB (Red+Green+Blue) = 51+86+153=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #335699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335699 is #CCA966. Grayscale: #525252. Windows color (decimal): -13412711 or 10049075. OLE color: 10049075.

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

Color convert

RGB5186153-
CMYK0.670.4400.4
HSL219.41º50%40%-
HSV(B)219.41º66.67%60%-
XYZ10.449.6631.45-
YUV83.17167.4105.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.59%
GREEN value IS 86 (33.98% from 255) = 29.66%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=17.59%
G=29.66%
B=52.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51861530.670.4400.4219.415040
Hex335699432C028db3228
Octal63126231103540503336250
Binary1100111010110100110011000011101100010100011011011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335699; }

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

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

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

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

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

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

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

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