#29428B

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

Shades of Tory Blue #29428B

Tints of Tory Blue #29428B

Color information

#29428B (or 0x29428B) is unknown color: approx Tory Blue. HEX triplet: 29, 42 and 8B. RGB value is (41,66,139). Sum of RGB (Red+Green+Blue) = 41+66+139=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #29428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29428B is #D6BD74. Grayscale: #424242. Windows color (decimal): -14073205 or 9126441. OLE color: 9126441.

HSL color Cylindrical-coordinate representation of color #29428B: hue angle of 224.69º 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 #29428B is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4166139-
CMYK0.710.5300.45
HSL224.69º54.44%35.29%-
HSV(B)224.69º70.5%54.51%-
XYZ7.526.2325.23-
YUV66.85168.72109.56-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=16.67%
G=26.83%
B=56.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41661390.710.5300.45224.6954.4435.29
Hex29428B473502De13623
Octal51102213107650553416643
Binary1010011000010100010111000111110101010110111100001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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