#334F91

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

Shades of Tory Blue #334F91

Tints of Tory Blue #334F91

Color information

#334F91 (or 0x334F91) is unknown color: approx Tory Blue. HEX triplet: 33, 4F and 91. RGB value is (51,79,145). Sum of RGB (Red+Green+Blue) = 51+79+145=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #334F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334F91 is #CCB06E. Grayscale: #4D4D4D. Windows color (decimal): -13414511 or 9522995. OLE color: 9522995.

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

Color convert

RGB5179145-
CMYK0.650.4600.43
HSL222.13º47.96%38.43%-
HSV(B)222.13º64.83%56.86%-
XYZ9.278.3427.91-
YUV78.15165.72108.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.55%
GREEN value IS 79 (31.25% from 255) = 28.73%
BLUE value IS 145 (57.03% from 255) = 52.73%
R=18.55%
G=28.73%
B=52.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51791450.650.4600.43222.1347.9638.43
Hex334F91412E02Bde3026
Octal63117221101560533366046
Binary1100111001111100100011000001101110010101111011110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334F91; }

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

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

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

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

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

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

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

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