#334498

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

Shades of Tory Blue #334498

Tints of Tory Blue #334498

Color information

#334498 (or 0x334498) is unknown color: approx Tory Blue. HEX triplet: 33, 44 and 98. RGB value is (51,68,152). Sum of RGB (Red+Green+Blue) = 51+68+152=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #334498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334498 is #CCBB67. Grayscale: #484848. Windows color (decimal): -13417320 or 9978931. OLE color: 9978931.

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

Color convert

RGB5168152-
CMYK0.660.5500.40
HSL229.9º49.75%39.8%-
HSV(B)229.9º66.45%59.61%-
XYZ9.17.1130.6-
YUV72.49172.87112.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.82%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 152 (59.77% from 255) = 56.09%
R=18.82%
G=25.09%
B=56.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51681520.660.5500.40229.949.7539.8
Hex3344984237028e63228
Octal63104230102670503466250
Binary1100111000100100110001000010110111010100011100110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334498; }

 p { color: rgb(51,68,152); }

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

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

 a { background-color: rgb(51,68,152); }

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

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

 span { border-color: rgb(51,68,152); }

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