#29489E

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

Shades of Tory Blue #29489E

Tints of Tory Blue #29489E

Color information

#29489E (or 0x29489E) is unknown color: approx Tory Blue. HEX triplet: 29, 48 and 9E. RGB value is (41,72,158). Sum of RGB (Red+Green+Blue) = 41+72+158=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #29489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29489E is #D6B761. Grayscale: #484848. Windows color (decimal): -14071650 or 10373161. OLE color: 10373161.

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

Color convert

RGB4172158-
CMYK0.740.5400.38
HSL224.1º58.79%39.02%-
HSV(B)224.1º74.05%61.96%-
XYZ9.47.5733.31-
YUV72.54176.23105.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.13%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 158 (62.11% from 255) = 58.30%
R=15.13%
G=26.57%
B=58.30%

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
Decimal41721580.740.5400.38224.158.7939.02
Hex29489E4A36026e03b27
Octal51110236112660463407347
Binary1010011001000100111101001010110110010011011100000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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