Html Css Color HEX #294799 Tory Blue

📋 copy color: '#294799'

red 41 ◦ green 71 ◦ blue 153

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

Shades of Tory Blue #294799

Tints of Tory Blue #294799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.79%

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

R = 15.47%
G = 26.79%
B = 57.74%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#294799 (or 0x294799) is known color: Tory Blue. HEX triplet: 29, 47 and 99. RGB value is (41,71,153). Sum of RGB (Red+Green+Blue) = 41+71+153=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #294799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294799 is #D6B866. Grayscale: #474747. Windows color (decimal): -14071911 or 10045225. OLE color: 10045225.

HSL color Cylindrical-coordinate representation of color #294799: hue angle of 223.93º 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 #294799 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 71 153 -
CMYK 0.73 0.54 0 0.4
HSL 223.93º 0.58% 0.38% -
HSV(B) 223.93º 0.73% 0.6% -
XYZ 8.92 7.28 31.07 -
YUV 71.38 174.06 106.33 -
System Red Green Blue C M Y K H S L
Decimal 41 71 153 0.73 0.54 0 0.4 223.93 0.58 0.38
Hex 29 47 99 49 36 0 28 E0 3A 26
Octal 51 107 231 111 66 0 50 340 72 46
Binary 101001 1000111 10011001 1001001 110110 0 101000 11100000 111010 100110

Color Harmonies of #294799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294799

Black with #294799

Text Example


Text Example

White with #294799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294799; }

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

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

background-color css

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

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

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

border-color css

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

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

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