#334399

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

Shades of Tory Blue #334399

Tints of Tory Blue #334399

Color information

#334399 (or 0x334399) is unknown color: approx Tory Blue. HEX triplet: 33, 43 and 99. RGB value is (51,67,153). Sum of RGB (Red+Green+Blue) = 51+67+153=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #334399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334399 is #CCBC66. Grayscale: #474747. Windows color (decimal): -13417575 or 10044211. OLE color: 10044211.

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

Color convert

RGB5167153-
CMYK0.670.5600.4
HSL230.59º50%40%-
HSV(B)230.59º66.67%60%-
XYZ9.127.0231.01-
YUV72.02173.7113.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 153 (60.16% from 255) = 56.46%
R=18.82%
G=24.72%
B=56.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51671530.670.5600.4230.595040
Hex3343994338028e73228
Octal63103231103700503476250
Binary1100111000011100110011000011111000010100011100111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334399; }

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

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

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

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

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

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

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

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