#334299

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

Shades of Tory Blue #334299

Tints of Tory Blue #334299

Color information

#334299 (or 0x334299) is unknown color: approx Tory Blue. HEX triplet: 33, 42 and 99. RGB value is (51,66,153). Sum of RGB (Red+Green+Blue) = 51+66+153=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #334299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334299 is #CCBD66. Grayscale: #474747. Windows color (decimal): -13417831 or 10043955. OLE color: 10043955.

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

Color convert

RGB5166153-
CMYK0.670.5700.4
HSL231.18º50%40%-
HSV(B)231.18º66.67%60%-
XYZ9.066.930.99-
YUV71.43174.03113.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.89%
GREEN value IS 66 (26.17% from 255) = 24.44%
BLUE value IS 153 (60.16% from 255) = 56.67%
R=18.89%
G=24.44%
B=56.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51661530.670.5700.4231.185040
Hex3342994339028e73228
Octal63102231103710503476250
Binary1100111000010100110011000011111001010100011100111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334299; }

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

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

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

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

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

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

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

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