Html Css Color HEX #294999 Tory Blue

📋 copy color: '#294999'

red 41 ◦ green 73 ◦ blue 153

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

Shades of Tory Blue #294999

Tints of Tory Blue #294999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.3%

R = 15.36%
G = 27.34%
B = 57.3%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#294999 (or 0x294999) is known color: Tory Blue. HEX triplet: 29, 49 and 99. RGB value is (41,73,153). Sum of RGB (Red+Green+Blue) = 41+73+153=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #294999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294999 is #D6B666. Grayscale: #484848. Windows color (decimal): -14071399 or 10045737. OLE color: 10045737.

HSL color Cylindrical-coordinate representation of color #294999: hue angle of 222.86º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294999 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 73 153 -
CMYK 0.73 0.52 0 0.4
HSL 222.86º 0.58% 0.38% -
HSV(B) 222.86º 0.73% 0.6% -
XYZ 9.05 7.54 31.11 -
YUV 72.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 41 73 153 0.73 0.52 0 0.4 222.86 0.58 0.38
Hex 29 49 99 49 34 0 28 DF 3A 26
Octal 51 111 231 111 64 0 50 337 72 46
Binary 101001 1001001 10011001 1001001 110100 0 101000 11011111 111010 100110

Color Harmonies of #294999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294999

Black with #294999

Text Example


Text Example

White with #294999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294999; }

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

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

background-color css

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

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

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

border-color css

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

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

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