#334E96

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

Shades of Tory Blue #334E96

Tints of Tory Blue #334E96

Color information

#334E96 (or 0x334E96) is unknown color: approx Tory Blue. HEX triplet: 33, 4E and 96. RGB value is (51,78,150). Sum of RGB (Red+Green+Blue) = 51+78+150=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #334E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #334E96 is #CCB169. Grayscale: #4D4D4D. Windows color (decimal): -13414762 or 9850419. OLE color: 9850419.

HSL color Cylindrical-coordinate representation of color #334E96: hue angle of 223.64º 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 #334E96 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5178150-
CMYK0.660.4800.41
HSL223.64º49.25%39.41%-
HSV(B)223.64º66%58.82%-
XYZ9.598.3529.96-
YUV78.13168.55108.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.28%
GREEN value IS 78 (30.86% from 255) = 27.96%
BLUE value IS 150 (58.98% from 255) = 53.76%
R=18.28%
G=27.96%
B=53.76%

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
Decimal51781500.660.4800.41223.6449.2539.41
Hex334E964230029e03127
Octal63116226102600513406147
Binary1100111001110100101101000010110000010100111100000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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