Html Css Color HEX #294996 Tory Blue

📋 copy color: '#294996'

red 41 ◦ green 73 ◦ blue 150

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

Shades of Tory Blue #294996

Tints of Tory Blue #294996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 56.82%

R = 15.53%
G = 27.65%
B = 56.82%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#294996 (or 0x294996) is known color: Tory Blue. HEX triplet: 29, 49 and 96. RGB value is (41,73,150). Sum of RGB (Red+Green+Blue) = 41+73+150=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #294996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294996 is #D6B669. Grayscale: #474747. Windows color (decimal): -14071402 or 9849129. OLE color: 9849129.

HSL color Cylindrical-coordinate representation of color #294996: hue angle of 222.39º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294996 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 73 150 -
CMYK 0.73 0.51 0 0.41
HSL 222.39º 0.57% 0.37% -
HSV(B) 222.39º 0.73% 0.59% -
XYZ 8.8 7.44 29.83 -
YUV 72.21 171.9 105.74 -
System Red Green Blue C M Y K H S L
Decimal 41 73 150 0.73 0.51 0 0.41 222.39 0.57 0.37
Hex 29 49 96 49 33 0 29 DE 39 25
Octal 51 111 226 111 63 0 51 336 71 45
Binary 101001 1001001 10010110 1001001 110011 0 101001 11011110 111001 100101

Color Harmonies of #294996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294996

Black with #294996

Text Example


Text Example

White with #294996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294996; }

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

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

background-color css

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

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

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

border-color css

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

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

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