#29459C

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

Shades of Tory Blue #29459C

Tints of Tory Blue #29459C

Color information

#29459C (or 0x29459C) is unknown color: approx Tory Blue. HEX triplet: 29, 45 and 9C. RGB value is (41,69,156). Sum of RGB (Red+Green+Blue) = 41+69+156=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #29459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29459C is #D6BA63. Grayscale: #464646. Windows color (decimal): -14072420 or 10241321. OLE color: 10241321.

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

Color convert

RGB4169156-
CMYK0.740.5600.39
HSL225.39º58.38%38.63%-
HSV(B)225.39º73.72%61.18%-
XYZ9.047.1332.35-
YUV70.55176.22106.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.41%
GREEN value IS 69 (27.34% from 255) = 25.94%
BLUE value IS 156 (61.33% from 255) = 58.65%
R=15.41%
G=25.94%
B=58.65%

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
Decimal41691560.740.5600.39225.3958.3838.63
Hex29459C4A38027e13a27
Octal51105234112700473417247
Binary1010011000101100111001001010111000010011111100001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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