#29499F

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

Shades of Tory Blue #29499F

Tints of Tory Blue #29499F

Color information

#29499F (or 0x29499F) is unknown color: approx Tory Blue. HEX triplet: 29, 49 and 9F. RGB value is (41,73,159). Sum of RGB (Red+Green+Blue) = 41+73+159=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #29499F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29499F is #D6B660. Grayscale: #484848. Windows color (decimal): -14071393 or 10438953. OLE color: 10438953.

HSL color Cylindrical-coordinate representation of color #29499F: hue angle of 223.73º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29499F is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4173159-
CMYK0.740.5400.38
HSL223.73º59%39.22%-
HSV(B)223.73º74.21%62.35%-
XYZ9.567.7433.79-
YUV73.24176.4105.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.02%
GREEN value IS 73 (28.91% from 255) = 26.74%
BLUE value IS 159 (62.5% from 255) = 58.24%
R=15.02%
G=26.74%
B=58.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41731590.740.5400.38223.735939.22
Hex29499F4A36026e03b27
Octal51111237112660463407347
Binary1010011001001100111111001010110110010011011100000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29499F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29499F; }

 p { color: rgb(41,73,159); }

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

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

 a { background-color: rgb(41,73,159); }

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

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

 span { border-color: rgb(41,73,159); }

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