Html Css Color HEX #294992 Tory Blue

📋 copy color: '#294992'

red 41 ◦ green 73 ◦ blue 146

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

Shades of Tory Blue #294992

Tints of Tory Blue #294992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 56.15%

R = 15.77%
G = 28.08%
B = 56.15%

CMYK

 C value IS 0.72

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#294992 (or 0x294992) is known color: Tory Blue. HEX triplet: 29, 49 and 92. RGB value is (41,73,146). Sum of RGB (Red+Green+Blue) = 41+73+146=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #294992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294992 is #D6B66D. Grayscale: #474747. Windows color (decimal): -14071406 or 9586985. OLE color: 9586985.

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

Color convert

RGB 41 73 146 -
CMYK 0.72 0.5 0 0.43
HSL 221.71º 0.56% 0.37% -
HSV(B) 221.71º 0.72% 0.57% -
XYZ 8.49 7.31 28.16 -
YUV 71.75 169.9 106.06 -
System Red Green Blue C M Y K H S L
Decimal 41 73 146 0.72 0.5 0 0.43 221.71 0.56 0.37
Hex 29 49 92 48 32 0 2B DE 38 25
Octal 51 111 222 110 62 0 53 336 70 45
Binary 101001 1001001 10010010 1001000 110010 0 101011 11011110 111000 100101

Color Harmonies of #294992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294992

Black with #294992

Text Example


Text Example

White with #294992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294992; }

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

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

background-color css

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

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

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

border-color css

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

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

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