Html Css Color HEX #294491 Tory Blue

📋 copy color: '#294491'

red 41 ◦ green 68 ◦ blue 145

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

Shades of Tory Blue #294491

Tints of Tory Blue #294491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

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

R = 16.14%
G = 26.77%
B = 57.09%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#294491 (or 0x294491) is known color: Tory Blue. HEX triplet: 29, 44 and 91. RGB value is (41,68,145). Sum of RGB (Red+Green+Blue) = 41+68+145=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #294491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294491 is #D6BB6E. Grayscale: #444444. Windows color (decimal): -14072687 or 9520169. OLE color: 9520169.

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

Color convert

RGB 41 68 145 -
CMYK 0.72 0.53 0 0.43
HSL 224.42º 0.56% 0.36% -
HSV(B) 224.42º 0.72% 0.57% -
XYZ 8.09 6.65 27.65 -
YUV 68.71 171.05 108.24 -
System Red Green Blue C M Y K H S L
Decimal 41 68 145 0.72 0.53 0 0.43 224.42 0.56 0.36
Hex 29 44 91 48 35 0 2B E0 38 24
Octal 51 104 221 110 65 0 53 340 70 44
Binary 101001 1000100 10010001 1001000 110101 0 101011 11100000 111000 100100

Color Harmonies of #294491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294491

Black with #294491

Text Example


Text Example

White with #294491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294491; }

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

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

background-color css

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

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

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

border-color css

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

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

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