#334199

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

Shades of Tory Blue #334199

Tints of Tory Blue #334199

Color information

#334199 (or 0x334199) is unknown color: approx Tory Blue. HEX triplet: 33, 41 and 99. RGB value is (51,65,153). Sum of RGB (Red+Green+Blue) = 51+65+153=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #334199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334199 is #CCBE66. Grayscale: #464646. Windows color (decimal): -13418087 or 10043699. OLE color: 10043699.

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

Color convert

RGB5165153-
CMYK0.670.5800.4
HSL231.76º50%40%-
HSV(B)231.76º66.67%60%-
XYZ9.016.7830.97-
YUV70.85174.36113.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 65 (25.78% from 255) = 24.16%
BLUE value IS 153 (60.16% from 255) = 56.88%
R=18.96%
G=24.16%
B=56.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51651530.670.5800.4231.765040
Hex334199433A028e83228
Octal63101231103720503506250
Binary1100111000001100110011000011111010010100011101000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334199; }

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

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

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

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

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

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

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

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