#29489C

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

Shades of Tory Blue #29489C

Tints of Tory Blue #29489C

Color information

#29489C (or 0x29489C) is unknown color: approx Tory Blue. HEX triplet: 29, 48 and 9C. RGB value is (41,72,156). Sum of RGB (Red+Green+Blue) = 41+72+156=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #29489C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29489C is #D6B763. Grayscale: #474747. Windows color (decimal): -14071652 or 10242089. OLE color: 10242089.

HSL color Cylindrical-coordinate representation of color #29489C: hue angle of 223.83º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29489C is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4172156-
CMYK0.740.5400.39
HSL223.83º58.38%38.63%-
HSV(B)223.83º73.72%61.18%-
XYZ9.237.5132.41-
YUV72.31175.23105.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.24%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 156 (61.33% from 255) = 57.99%
R=15.24%
G=26.77%
B=57.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41721560.740.5400.39223.8358.3838.63
Hex29489C4A36027e03a27
Octal51110234112660473407247
Binary1010011001000100111001001010110110010011111100000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29489C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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