#294393

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

Shades of Tory Blue #294393

Tints of Tory Blue #294393

Color information

#294393 (or 0x294393) is unknown color: approx Tory Blue. HEX triplet: 29, 43 and 93. RGB value is (41,67,147). Sum of RGB (Red+Green+Blue) = 41+67+147=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #294393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294393 is #D6BC6C. Grayscale: #444444. Windows color (decimal): -14072941 or 9650985. OLE color: 9650985.

HSL color Cylindrical-coordinate representation of color #294393: hue angle of 225.28º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294393 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4167147-
CMYK0.720.5400.42
HSL225.28º56.38%36.86%-
HSV(B)225.28º72.11%57.65%-
XYZ8.196.5928.44-
YUV68.35172.39108.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.08%
GREEN value IS 67 (26.56% from 255) = 26.27%
BLUE value IS 147 (57.81% from 255) = 57.65%
R=16.08%
G=26.27%
B=57.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41671470.720.5400.42225.2856.3836.86
Hex294393483602Ae13825
Octal51103223110660523417045
Binary1010011000011100100111001000110110010101011100001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294393; }

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

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

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

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

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

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

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

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