#335599

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

Shades of Tory Blue #335599

Tints of Tory Blue #335599

Color information

#335599 (or 0x335599) is unknown color: approx Tory Blue. HEX triplet: 33, 55 and 99. RGB value is (51,85,153). Sum of RGB (Red+Green+Blue) = 51+85+153=289 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.65% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #335599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335599 is #CCAA66. Grayscale: #525252. Windows color (decimal): -13412967 or 10048819. OLE color: 10048819.

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

Color convert

RGB5185153-
CMYK0.670.4400.4
HSL220º50%40%-
HSV(B)220º66.67%60%-
XYZ10.369.531.42-
YUV82.59167.74105.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.65%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 153 (60.16% from 255) = 52.94%
R=17.65%
G=29.41%
B=52.94%

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
Decimal51851530.670.4400.42205040
Hex335599432C028dc3228
Octal63125231103540503346250
Binary1100111010101100110011000011101100010100011011100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335599; }

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

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

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

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

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

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

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

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