#29408B

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

Shades of Tory Blue #29408B

Tints of Tory Blue #29408B

Color information

#29408B (or 0x29408B) is unknown color: approx Tory Blue. HEX triplet: 29, 40 and 8B. RGB value is (41,64,139). Sum of RGB (Red+Green+Blue) = 41+64+139=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #29408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29408B is #D6BF74. Grayscale: #414141. Windows color (decimal): -14073717 or 9125929. OLE color: 9125929.

HSL color Cylindrical-coordinate representation of color #29408B: hue angle of 225.92º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29408B is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4164139-
CMYK0.710.5400.45
HSL225.92º54.44%35.29%-
HSV(B)225.92º70.5%54.51%-
XYZ7.41625.19-
YUV65.67169.38110.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.80%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 139 (54.69% from 255) = 56.97%
R=16.80%
G=26.23%
B=56.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41641390.710.5400.45225.9254.4435.29
Hex29408B473602De23623
Octal51100213107660553426643
Binary1010011000000100010111000111110110010110111100010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29408B; }

 p { color: rgb(41,64,139); }

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

<style>
 a { background-color: #29408B; }

 a { background-color: rgb(41,64,139); }

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

<style>
 span { border-color: #29408B; }

 span { border-color: rgb(41,64,139); }

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