#334998

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

Shades of Tory Blue #334998

Tints of Tory Blue #334998

Color information

#334998 (or 0x334998) is unknown color: approx Tory Blue. HEX triplet: 33, 49 and 98. RGB value is (51,73,152). Sum of RGB (Red+Green+Blue) = 51+73+152=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #334998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #334998 is #CCB667. Grayscale: #4B4B4B. Windows color (decimal): -13416040 or 9980211. OLE color: 9980211.

HSL color Cylindrical-coordinate representation of color #334998: hue angle of 226.93º 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 #334998 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5173152-
CMYK0.660.5200.40
HSL226.93º49.75%39.8%-
HSV(B)226.93º66.45%59.61%-
XYZ9.427.7430.7-
YUV75.43171.21110.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.48%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 152 (59.77% from 255) = 55.07%
R=18.48%
G=26.45%
B=55.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal51731520.660.5200.40226.9349.7539.8
Hex3349984234028e33228
Octal63111230102640503436250
Binary1100111001001100110001000010110100010100011100011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334998; }

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

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

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

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

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

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

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

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