#335491

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

Shades of Tory Blue #335491

Tints of Tory Blue #335491

Color information

#335491 (or 0x335491) is unknown color: approx Tory Blue. HEX triplet: 33, 54 and 91. RGB value is (51,84,145). Sum of RGB (Red+Green+Blue) = 51+84+145=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #335491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335491 is #CCAB6E. Grayscale: #505050. Windows color (decimal): -13413231 or 9524275. OLE color: 9524275.

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

Color convert

RGB5184145-
CMYK0.650.4200.43
HSL218.94º47.96%38.43%-
HSV(B)218.94º64.83%56.86%-
XYZ9.659.0928.03-
YUV81.09164.07106.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 145 (57.03% from 255) = 51.79%
R=18.21%
G=30%
B=51.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51841450.650.4200.43218.9447.9638.43
Hex335491412A02Bdb3026
Octal63124221101520533336046
Binary1100111010100100100011000001101010010101111011011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335491; }

 p { color: rgb(51,84,145); }

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

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

 a { background-color: rgb(51,84,145); }

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

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

 span { border-color: rgb(51,84,145); }

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