#334899

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

Shades of Tory Blue #334899

Tints of Tory Blue #334899

Color information

#334899 (or 0x334899) is unknown color: approx Tory Blue. HEX triplet: 33, 48 and 99. RGB value is (51,72,153). Sum of RGB (Red+Green+Blue) = 51+72+153=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #334899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334899 is #CCB766. Grayscale: #4A4A4A. Windows color (decimal): -13416295 or 10045491. OLE color: 10045491.

HSL color Cylindrical-coordinate representation of color #334899: hue angle of 227.65º 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 #334899 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5172153-
CMYK0.670.5300.4
HSL227.65º50%40%-
HSV(B)227.65º66.67%60%-
XYZ9.437.6431.11-
YUV74.95172.04110.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 153 (60.16% from 255) = 55.43%
R=18.48%
G=26.09%
B=55.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51721530.670.5300.4227.655040
Hex3348994335028e43228
Octal63110231103650503446250
Binary1100111001000100110011000011110101010100011100100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334899; }

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

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

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

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

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

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

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

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