#29429A

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

Shades of Tory Blue #29429A

Tints of Tory Blue #29429A

Color information

#29429A (or 0x29429A) is unknown color: approx Tory Blue. HEX triplet: 29, 42 and 9A. RGB value is (41,66,154). Sum of RGB (Red+Green+Blue) = 41+66+154=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #29429A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29429A is #D6BD65. Grayscale: #444444. Windows color (decimal): -14073190 or 10109481. OLE color: 10109481.

HSL color Cylindrical-coordinate representation of color #29429A: hue angle of 226.73º 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 #29429A is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4166154-
CMYK0.730.5700.40
HSL226.73º57.95%38.24%-
HSV(B)226.73º73.38%60.39%-
XYZ8.76.731.41-
YUV68.56176.22108.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.71%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 154 (60.55% from 255) = 59.00%
R=15.71%
G=25.29%
B=59.00%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41661540.730.5700.40226.7357.9538.24
Hex29429A4939028e33a26
Octal51102232111710503437246
Binary1010011000010100110101001001111001010100011100011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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