Html Css Color HEX #294899 Tory Blue

📋 copy color: '#294899'

red 41 ◦ green 72 ◦ blue 153

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

Shades of Tory Blue #294899

Tints of Tory Blue #294899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.07%

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

R = 15.41%
G = 27.07%
B = 57.52%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#294899 (or 0x294899) is known color: Tory Blue. HEX triplet: 29, 48 and 99. RGB value is (41,72,153). Sum of RGB (Red+Green+Blue) = 41+72+153=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #294899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294899 is #D6B766. Grayscale: #474747. Windows color (decimal): -14071655 or 10045481. OLE color: 10045481.

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

Color convert

RGB 41 72 153 -
CMYK 0.73 0.53 0 0.4
HSL 223.39º 0.58% 0.38% -
HSV(B) 223.39º 0.73% 0.6% -
XYZ 8.98 7.41 31.09 -
YUV 71.97 173.73 105.91 -
System Red Green Blue C M Y K H S L
Decimal 41 72 153 0.73 0.53 0 0.4 223.39 0.58 0.38
Hex 29 48 99 49 35 0 28 DF 3A 26
Octal 51 110 231 111 65 0 50 337 72 46
Binary 101001 1001000 10011001 1001001 110101 0 101000 11011111 111010 100110

Color Harmonies of #294899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294899

Black with #294899

Text Example


Text Example

White with #294899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294899; }

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

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

background-color css

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

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

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

border-color css

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

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

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