Html Css Color HEX #294791 Tory Blue

📋 copy color: '#294791'

red 41 ◦ green 71 ◦ blue 145

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

Shades of Tory Blue #294791

Tints of Tory Blue #294791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

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

R = 15.95%
G = 27.63%
B = 56.42%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#294791 (or 0x294791) is known color: Tory Blue. HEX triplet: 29, 47 and 91. RGB value is (41,71,145). Sum of RGB (Red+Green+Blue) = 41+71+145=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #294791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294791 is #D6B86E. Grayscale: #464646. Windows color (decimal): -14071919 or 9520937. OLE color: 9520937.

HSL color Cylindrical-coordinate representation of color #294791: hue angle of 222.69º 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 #294791 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 71 145 -
CMYK 0.72 0.51 0 0.43
HSL 222.69º 0.56% 0.36% -
HSV(B) 222.69º 0.72% 0.57% -
XYZ 8.28 7.02 27.71 -
YUV 70.47 170.06 106.98 -
System Red Green Blue C M Y K H S L
Decimal 41 71 145 0.72 0.51 0 0.43 222.69 0.56 0.36
Hex 29 47 91 48 33 0 2B DF 38 24
Octal 51 107 221 110 63 0 53 337 70 44
Binary 101001 1000111 10010001 1001000 110011 0 101011 11011111 111000 100100

Color Harmonies of #294791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294791

Black with #294791

Text Example


Text Example

White with #294791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294791; }

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

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

background-color css

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

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

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

border-color css

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

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

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