Html Css Color HEX #294299 Tory Blue

📋 copy color: '#294299'

red 41 ◦ green 66 ◦ blue 153

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

Shades of Tory Blue #294299

Tints of Tory Blue #294299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

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

R = 15.77%
G = 25.38%
B = 58.85%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#294299 (or 0x294299) is known color: Tory Blue. HEX triplet: 29, 42 and 99. RGB value is (41,66,153). Sum of RGB (Red+Green+Blue) = 41+66+153=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #294299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294299 is #D6BD66. Grayscale: #444444. Windows color (decimal): -14073191 or 10043945. OLE color: 10043945.

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

Color convert

RGB 41 66 153 -
CMYK 0.73 0.57 0 0.4
HSL 226.61º 0.58% 0.38% -
HSV(B) 226.61º 0.73% 0.6% -
XYZ 8.61 6.67 30.97 -
YUV 68.44 175.72 108.43 -
System Red Green Blue C M Y K H S L
Decimal 41 66 153 0.73 0.57 0 0.4 226.61 0.58 0.38
Hex 29 42 99 49 39 0 28 E3 3A 26
Octal 51 102 231 111 71 0 50 343 72 46
Binary 101001 1000010 10011001 1001001 111001 0 101000 11100011 111010 100110

Color Harmonies of #294299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294299

Black with #294299

Text Example


Text Example

White with #294299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294299; }

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

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

background-color css

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

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

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

border-color css

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

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

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