Html Css Color HEX #294D97 Tory Blue

📋 copy color: '#294D97'

red 41 ◦ green 77 ◦ blue 151

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

Shades of Tory Blue #294D97

Tints of Tory Blue #294D97

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.62%

 BLUE value IS 151 (59.38% from 255) = 56.13%

R = 15.24%
G = 28.62%
B = 56.13%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#294D97 (or 0x294D97) is known color: Tory Blue. HEX triplet: 29, 4D and 97. RGB value is (41,77,151). Sum of RGB (Red+Green+Blue) = 41+77+151=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #294D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D97 is #D6B268. Grayscale: #4A4A4A. Windows color (decimal): -14070377 or 9915689. OLE color: 9915689.

HSL color Cylindrical-coordinate representation of color #294D97: hue angle of 220.36º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294D97 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 77 151 -
CMYK 0.73 0.49 0 0.41
HSL 220.36º 0.57% 0.38% -
HSV(B) 220.36º 0.73% 0.59% -
XYZ 9.15 8.01 30.34 -
YUV 74.67 171.07 103.98 -
System Red Green Blue C M Y K H S L
Decimal 41 77 151 0.73 0.49 0 0.41 220.36 0.57 0.38
Hex 29 4D 97 49 31 0 29 DC 39 26
Octal 51 115 227 111 61 0 51 334 71 46
Binary 101001 1001101 10010111 1001001 110001 0 101001 11011100 111001 100110

Color Harmonies of #294D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D97

Black with #294D97

Text Example


Text Example

White with #294D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294D97; }

 p { color: rgb(41,77,151); }

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

background-color css

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

 a { background-color: rgb(41,77,151); }

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

border-color css

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

 span { border-color: rgb(41,77,151); }

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