#335198

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

Shades of Tory Blue #335198

Tints of Tory Blue #335198

Color information

#335198 (or 0x335198) is unknown color: approx Tory Blue. HEX triplet: 33, 51 and 98. RGB value is (51,81,152). Sum of RGB (Red+Green+Blue) = 51+81+152=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #335198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335198 is #CCAE67. Grayscale: #4F4F4F. Windows color (decimal): -13413992 or 9982259. OLE color: 9982259.

HSL color Cylindrical-coordinate representation of color #335198: hue angle of 222.18º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #335198 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5181152-
CMYK0.660.4700.40
HSL222.18º49.75%39.8%-
HSV(B)222.18º66.45%59.61%-
XYZ9.988.8630.89-
YUV80.12168.56107.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.96%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 152 (59.77% from 255) = 53.52%
R=17.96%
G=28.52%
B=53.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51811520.660.4700.40222.1849.7539.8
Hex335198422F028de3228
Octal63121230102570503366250
Binary1100111010001100110001000010101111010100011011110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335198; }

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

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

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

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

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

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

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

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