Html Css Color HEX #294994 Tory Blue

📋 copy color: '#294994'

red 41 ◦ green 73 ◦ blue 148

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

Shades of Tory Blue #294994

Tints of Tory Blue #294994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.49%

R = 15.65%
G = 27.86%
B = 56.49%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294994 (or 0x294994) is known color: Tory Blue. HEX triplet: 29, 49 and 94. RGB value is (41,73,148). Sum of RGB (Red+Green+Blue) = 41+73+148=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #294994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294994 is #D6B66B. Grayscale: #474747. Windows color (decimal): -14071404 or 9718057. OLE color: 9718057.

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

Color convert

RGB 41 73 148 -
CMYK 0.72 0.51 0 0.42
HSL 222.06º 0.57% 0.37% -
HSV(B) 222.06º 0.72% 0.58% -
XYZ 8.64 7.37 28.98 -
YUV 71.98 170.9 105.9 -
System Red Green Blue C M Y K H S L
Decimal 41 73 148 0.72 0.51 0 0.42 222.06 0.57 0.37
Hex 29 49 94 48 33 0 2A DE 39 25
Octal 51 111 224 110 63 0 52 336 71 45
Binary 101001 1001001 10010100 1001000 110011 0 101010 11011110 111001 100101

Color Harmonies of #294994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294994

Black with #294994

Text Example


Text Example

White with #294994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294994; }

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

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

background-color css

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

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

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

border-color css

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

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

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