#334F97

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

Shades of Tory Blue #334F97

Tints of Tory Blue #334F97

Color information

#334F97 (or 0x334F97) is unknown color: approx Tory Blue. HEX triplet: 33, 4F and 97. RGB value is (51,79,151). Sum of RGB (Red+Green+Blue) = 51+79+151=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #334F97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334F97 is #CCB068. Grayscale: #4E4E4E. Windows color (decimal): -13414505 or 9916211. OLE color: 9916211.

HSL color Cylindrical-coordinate representation of color #334F97: hue angle of 223.2º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #334F97 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5179151-
CMYK0.660.4800.41
HSL223.2º49.5%39.61%-
HSV(B)223.2º66.23%59.22%-
XYZ9.758.5330.41-
YUV78.84168.72108.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.15%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 151 (59.38% from 255) = 53.74%
R=18.15%
G=28.11%
B=53.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51791510.660.4800.41223.249.539.61
Hex334F974230029df3228
Octal63117227102600513376250
Binary1100111001111100101111000010110000010100111011111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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