#29459F

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

Shades of Tory Blue #29459F

Tints of Tory Blue #29459F

Color information

#29459F (or 0x29459F) is unknown color: approx Tory Blue. HEX triplet: 29, 45 and 9F. RGB value is (41,69,159). Sum of RGB (Red+Green+Blue) = 41+69+159=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #29459F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29459F is #D6BA60. Grayscale: #464646. Windows color (decimal): -14072417 or 10437929. OLE color: 10437929.

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

Color convert

RGB4169159-
CMYK0.740.5700.38
HSL225.76º59%39.22%-
HSV(B)225.76º74.21%62.35%-
XYZ9.37.2333.71-
YUV70.89177.72106.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 69 (27.34% from 255) = 25.65%
BLUE value IS 159 (62.5% from 255) = 59.11%
R=15.24%
G=25.65%
B=59.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41691590.740.5700.38225.765939.22
Hex29459F4A39026e23b27
Octal51105237112710463427347
Binary1010011000101100111111001010111001010011011100010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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