#29489F

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

Shades of Tory Blue #29489F

Tints of Tory Blue #29489F

Color information

#29489F (or 0x29489F) is unknown color: approx Tory Blue. HEX triplet: 29, 48 and 9F. RGB value is (41,72,159). Sum of RGB (Red+Green+Blue) = 41+72+159=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #29489F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29489F is #D6B760. Grayscale: #484848. Windows color (decimal): -14071649 or 10438697. OLE color: 10438697.

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

Color convert

RGB4172159-
CMYK0.740.5500.38
HSL224.24º59%39.22%-
HSV(B)224.24º74.21%62.35%-
XYZ9.497.6133.77-
YUV72.65176.73105.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.07%
GREEN value IS 72 (28.52% from 255) = 26.47%
BLUE value IS 159 (62.5% from 255) = 58.46%
R=15.07%
G=26.47%
B=58.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41721590.740.5500.38224.245939.22
Hex29489F4A37026e03b27
Octal51110237112670463407347
Binary1010011001000100111111001010110111010011011100000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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