#29479C

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

Shades of Tory Blue #29479C

Tints of Tory Blue #29479C

Color information

#29479C (or 0x29479C) is unknown color: approx Tory Blue. HEX triplet: 29, 47 and 9C. RGB value is (41,71,156). Sum of RGB (Red+Green+Blue) = 41+71+156=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #29479C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29479C is #D6B863. Grayscale: #474747. Windows color (decimal): -14071908 or 10241833. OLE color: 10241833.

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

Color convert

RGB4171156-
CMYK0.740.5400.39
HSL224.35º58.38%38.63%-
HSV(B)224.35º73.72%61.18%-
XYZ9.177.3832.39-
YUV71.72175.56106.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.30%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 156 (61.33% from 255) = 58.21%
R=15.30%
G=26.49%
B=58.21%

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
Decimal41711560.740.5400.39224.3558.3838.63
Hex29479C4A36027e03a27
Octal51107234112660473407247
Binary1010011000111100111001001010110110010011111100000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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