#335193

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

Shades of Tory Blue #335193

Tints of Tory Blue #335193

Color information

#335193 (or 0x335193) is unknown color: approx Tory Blue. HEX triplet: 33, 51 and 93. RGB value is (51,81,147). Sum of RGB (Red+Green+Blue) = 51+81+147=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #335193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335193 is #CCAE6C. Grayscale: #4F4F4F. Windows color (decimal): -13413997 or 9654579. OLE color: 9654579.

HSL color Cylindrical-coordinate representation of color #335193: hue angle of 221.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #335193 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5181147-
CMYK0.650.4500.42
HSL221.25º48.48%38.82%-
HSV(B)221.25º65.31%57.65%-
XYZ9.578.728.78-
YUV79.55166.06107.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 81 (32.03% from 255) = 29.03%
BLUE value IS 147 (57.81% from 255) = 52.69%
R=18.28%
G=29.03%
B=52.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51811470.650.4500.42221.2548.4838.82
Hex335193412D02Add3027
Octal63121223101550523356047
Binary1100111010001100100111000001101101010101011011101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335193; }

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

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

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

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

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

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

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

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