Html Css Color HEX #294D94 Tory Blue

📋 copy color: '#294D94'

red 41 ◦ green 77 ◦ blue 148

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

Shades of Tory Blue #294D94

Tints of Tory Blue #294D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.64%

R = 15.41%
G = 28.95%
B = 55.64%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294D94 (or 0x294D94) is known color: Tory Blue. HEX triplet: 29, 4D and 94. RGB value is (41,77,148). Sum of RGB (Red+Green+Blue) = 41+77+148=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #294D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D94 is #D6B26B. Grayscale: #4A4A4A. Windows color (decimal): -14070380 or 9719081. OLE color: 9719081.

HSL color Cylindrical-coordinate representation of color #294D94: hue angle of 219.81º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294D94 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 77 148 -
CMYK 0.72 0.48 0 0.42
HSL 219.81º 0.57% 0.37% -
HSV(B) 219.81º 0.72% 0.58% -
XYZ 8.91 7.92 29.08 -
YUV 74.33 169.57 104.23 -
System Red Green Blue C M Y K H S L
Decimal 41 77 148 0.72 0.48 0 0.42 219.81 0.57 0.37
Hex 29 4D 94 48 30 0 2A DC 39 25
Octal 51 115 224 110 60 0 52 334 71 45
Binary 101001 1001101 10010100 1001000 110000 0 101010 11011100 111001 100101

Color Harmonies of #294D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D94

Black with #294D94

Text Example


Text Example

White with #294D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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