#29489A

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

Shades of Tory Blue #29489A

Tints of Tory Blue #29489A

Color information

#29489A (or 0x29489A) is unknown color: approx Tory Blue. HEX triplet: 29, 48 and 9A. RGB value is (41,72,154). Sum of RGB (Red+Green+Blue) = 41+72+154=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #29489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29489A is #D6B765. Grayscale: #474747. Windows color (decimal): -14071654 or 10111017. OLE color: 10111017.

HSL color Cylindrical-coordinate representation of color #29489A: hue angle of 223.54º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29489A is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4172154-
CMYK0.730.5300.40
HSL223.54º57.95%38.24%-
HSV(B)223.54º73.38%60.39%-
XYZ9.067.4431.53-
YUV72.08174.23105.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.36%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 154 (60.55% from 255) = 57.68%
R=15.36%
G=26.97%
B=57.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41721540.730.5300.40223.5457.9538.24
Hex29489A4935028e03a26
Octal51110232111650503407246
Binary1010011001000100110101001001110101010100011100000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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