#334991

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

Shades of Tory Blue #334991

Tints of Tory Blue #334991

Color information

#334991 (or 0x334991) is unknown color: approx Tory Blue. HEX triplet: 33, 49 and 91. RGB value is (51,73,145). Sum of RGB (Red+Green+Blue) = 51+73+145=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #334991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334991 is #CCB66E. Grayscale: #4A4A4A. Windows color (decimal): -13416047 or 9521459. OLE color: 9521459.

HSL color Cylindrical-coordinate representation of color #334991: hue angle of 225.96º 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 #334991 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5173145-
CMYK0.650.5000.43
HSL225.96º47.96%38.43%-
HSV(B)225.96º64.83%56.86%-
XYZ8.867.5127.77-
YUV74.63167.71111.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 73 (28.91% from 255) = 27.14%
BLUE value IS 145 (57.03% from 255) = 53.90%
R=18.96%
G=27.14%
B=53.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51731450.650.5000.43225.9647.9638.43
Hex334991413202Be23026
Octal63111221101620533426046
Binary1100111001001100100011000001110010010101111100010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334991; }

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

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

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

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

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

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

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

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