#29449C

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

Shades of Tory Blue #29449C

Tints of Tory Blue #29449C

Color information

#29449C (or 0x29449C) is unknown color: approx Tory Blue. HEX triplet: 29, 44 and 9C. RGB value is (41,68,156). Sum of RGB (Red+Green+Blue) = 41+68+156=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #29449C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29449C is #D6BB63. Grayscale: #454545. Windows color (decimal): -14072676 or 10241065. OLE color: 10241065.

HSL color Cylindrical-coordinate representation of color #29449C: hue angle of 225.91º 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 #29449C is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4168156-
CMYK0.740.5600.39
HSL225.91º58.38%38.63%-
HSV(B)225.91º73.72%61.18%-
XYZ8.987.0132.33-
YUV69.96176.55107.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.47%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 156 (61.33% from 255) = 58.87%
R=15.47%
G=25.66%
B=58.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal41681560.740.5600.39225.9158.3838.63
Hex29449C4A38027e23a27
Octal51104234112700473427247
Binary1010011000100100111001001010111000010011111100010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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