#335199

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

Shades of Tory Blue #335199

Tints of Tory Blue #335199

Color information

#335199 (or 0x335199) is unknown color: approx Tory Blue. HEX triplet: 33, 51 and 99. RGB value is (51,81,153). Sum of RGB (Red+Green+Blue) = 51+81+153=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #335199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335199 is #CCAE66. Grayscale: #4F4F4F. Windows color (decimal): -13413991 or 10047795. OLE color: 10047795.

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

Color convert

RGB5181153-
CMYK0.670.4700.4
HSL222.35º50%40%-
HSV(B)222.35º66.67%60%-
XYZ10.068.8931.32-
YUV80.24169.06107.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 153 (60.16% from 255) = 53.68%
R=17.89%
G=28.42%
B=53.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51811530.670.4700.4222.355040
Hex335199432F028de3228
Octal63121231103570503366250
Binary1100111010001100110011000011101111010100011011110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335199; }

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

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

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

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

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

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

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

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