Html Css Color HEX #294991 Tory Blue

📋 copy color: '#294991'

red 41 ◦ green 73 ◦ blue 145

#294991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #294991

Tints of Tory Blue #294991

RGB

 RED value IS 41 (16.41% from 255) = 15.83%

 GREEN value IS 73 (28.91% from 255) = 28.19%

 BLUE value IS 145 (57.03% from 255) = 55.98%

R = 15.83%
G = 28.19%
B = 55.98%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#294991 (or 0x294991) is known color: Tory Blue. HEX triplet: 29, 49 and 91. RGB value is (41,73,145). Sum of RGB (Red+Green+Blue) = 41+73+145=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #294991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294991 is #D6B66E. Grayscale: #474747. Windows color (decimal): -14071407 or 9521449. OLE color: 9521449.

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

Color convert

RGB 41 73 145 -
CMYK 0.72 0.50 0 0.43
HSL 221.54º 0.56% 0.36% -
HSV(B) 221.54º 0.72% 0.57% -
XYZ 8.41 7.28 27.75 -
YUV 71.64 169.4 106.15 -
System Red Green Blue C M Y K H S L
Decimal 41 73 145 0.72 0.50 0 0.43 221.54 0.56 0.36
Hex 29 49 91 48 32 0 2B DE 38 24
Octal 51 111 221 110 62 0 53 336 70 44
Binary 101001 1001001 10010001 1001000 110010 0 101011 11011110 111000 100100

Color Harmonies of #294991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294991

Black with #294991

Text Example


Text Example

White with #294991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294991; }

 p { color: rgb(41,73,145); }

 H1.HeaderClassName
 {
   color: #294991;
 }
 .AnyTagClassName
 {
   color: #294991;
 }
</style>

background-color css

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

 a { background-color: rgb(41,73,145); }

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

border-color css

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

 span { border-color: rgb(41,73,145); }

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