#334896

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

Shades of Tory Blue #334896

Tints of Tory Blue #334896

Color information

#334896 (or 0x334896) is unknown color: approx Tory Blue. HEX triplet: 33, 48 and 96. RGB value is (51,72,150). Sum of RGB (Red+Green+Blue) = 51+72+150=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #334896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334896 is #CCB769. Grayscale: #4A4A4A. Windows color (decimal): -13416298 or 9848883. OLE color: 9848883.

HSL color Cylindrical-coordinate representation of color #334896: hue angle of 227.27º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #334896 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5172150-
CMYK0.660.5200.41
HSL227.27º49.25%39.41%-
HSV(B)227.27º66%58.82%-
XYZ9.197.5429.83-
YUV74.61170.54111.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.68%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 150 (58.98% from 255) = 54.95%
R=18.68%
G=26.37%
B=54.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51721500.660.5200.41227.2749.2539.41
Hex3348964234029e33127
Octal63110226102640513436147
Binary1100111001000100101101000010110100010100111100011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334896; }

 p { color: rgb(51,72,150); }

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

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

 a { background-color: rgb(51,72,150); }

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

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

 span { border-color: rgb(51,72,150); }

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