#294390

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

Shades of Tory Blue #294390

Tints of Tory Blue #294390

Color information

#294390 (or 0x294390) is unknown color: approx Tory Blue. HEX triplet: 29, 43 and 90. RGB value is (41,67,144). Sum of RGB (Red+Green+Blue) = 41+67+144=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #294390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294390 is #D6BC6F. Grayscale: #434343. Windows color (decimal): -14072944 or 9454377. OLE color: 9454377.

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

Color convert

RGB4167144-
CMYK0.720.5300.44
HSL224.85º55.68%36.27%-
HSV(B)224.85º71.53%56.47%-
XYZ7.966.527.22-
YUV68170.89108.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.27%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 144 (56.64% from 255) = 57.14%
R=16.27%
G=26.59%
B=57.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal41671440.720.5300.44224.8555.6836.27
Hex294390483502Ce13824
Octal51103220110650543417044
Binary1010011000011100100001001000110101010110011100001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294390; }

 p { color: rgb(41,67,144); }

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

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

 a { background-color: rgb(41,67,144); }

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

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

 span { border-color: rgb(41,67,144); }

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