#29478E

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

Shades of Tory Blue #29478E

Tints of Tory Blue #29478E

Color information

#29478E (or 0x29478E) is unknown color: approx Tory Blue. HEX triplet: 29, 47 and 8E. RGB value is (41,71,142). Sum of RGB (Red+Green+Blue) = 41+71+142=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #29478E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29478E is #D6B871. Grayscale: #454545. Windows color (decimal): -14071922 or 9324329. OLE color: 9324329.

HSL color Cylindrical-coordinate representation of color #29478E: hue angle of 222.18º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29478E is Cyan = 0.71, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4171142-
CMYK0.710.500.44
HSL222.18º55.19%35.88%-
HSV(B)222.18º71.13%55.69%-
XYZ8.056.9326.5-
YUV70.12168.56107.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.14%
GREEN value IS 71 (28.12% from 255) = 27.95%
BLUE value IS 142 (55.86% from 255) = 55.91%
R=16.14%
G=27.95%
B=55.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41711420.710.500.44222.1855.1935.88
Hex29478E473202Cde3724
Octal51107216107620543366744
Binary1010011000111100011101000111110010010110011011110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29478E; }

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

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

<style>
 a { background-color: #29478E; }

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

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

<style>
 span { border-color: #29478E; }

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

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