#29499E

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

Shades of Tory Blue #29499E

Tints of Tory Blue #29499E

Color information

#29499E (or 0x29499E) is unknown color: approx Tory Blue. HEX triplet: 29, 49 and 9E. RGB value is (41,73,158). Sum of RGB (Red+Green+Blue) = 41+73+158=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #29499E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29499E is #D6B661. Grayscale: #484848. Windows color (decimal): -14071394 or 10373417. OLE color: 10373417.

HSL color Cylindrical-coordinate representation of color #29499E: hue angle of 223.59º 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 #29499E is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4173158-
CMYK0.740.5400.38
HSL223.59º58.79%39.02%-
HSV(B)223.59º74.05%61.96%-
XYZ9.477.7133.34-
YUV73.12175.9105.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.07%
GREEN value IS 73 (28.91% from 255) = 26.84%
BLUE value IS 158 (62.11% from 255) = 58.09%
R=15.07%
G=26.84%
B=58.09%

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
Decimal41731580.740.5400.38223.5958.7939.02
Hex29499E4A36026e03b27
Octal51111236112660463407347
Binary1010011001001100111101001010110110010011011100000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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