#334999

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

Shades of Tory Blue #334999

Tints of Tory Blue #334999

Color information

#334999 (or 0x334999) is unknown color: approx Tory Blue. HEX triplet: 33, 49 and 99. RGB value is (51,73,153). Sum of RGB (Red+Green+Blue) = 51+73+153=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #334999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334999 is #CCB666. Grayscale: #4B4B4B. Windows color (decimal): -13416039 or 10045747. OLE color: 10045747.

HSL color Cylindrical-coordinate representation of color #334999: hue angle of 227.06º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #334999 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5173153-
CMYK0.670.5200.4
HSL227.06º50%40%-
HSV(B)227.06º66.67%60%-
XYZ9.57.7731.14-
YUV75.54171.71110.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.41%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 153 (60.16% from 255) = 55.23%
R=18.41%
G=26.35%
B=55.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51731530.670.5200.4227.065040
Hex3349994334028e33228
Octal63111231103640503436250
Binary1100111001001100110011000011110100010100011100011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334999; }

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

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

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

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

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

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

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

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