Html Css Color HEX #294D9E Tory Blue

📋 copy color: '#294D9E'

red 41 ◦ green 77 ◦ blue 158

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

Shades of Tory Blue #294D9E

Tints of Tory Blue #294D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 57.25%

R = 14.86%
G = 27.9%
B = 57.25%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#294D9E (or 0x294D9E) is known color: Tory Blue. HEX triplet: 29, 4D and 9E. RGB value is (41,77,158). Sum of RGB (Red+Green+Blue) = 41+77+158=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #294D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D9E is #D6B261. Grayscale: #4B4B4B. Windows color (decimal): -14070370 or 10374441. OLE color: 10374441.

HSL color Cylindrical-coordinate representation of color #294D9E: hue angle of 221.54º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #294D9E is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 77 158 -
CMYK 0.74 0.51 0 0.38
HSL 221.54º 0.59% 0.39% -
HSV(B) 221.54º 0.74% 0.62% -
XYZ 9.74 8.25 33.43 -
YUV 75.47 174.57 103.41 -
System Red Green Blue C M Y K H S L
Decimal 41 77 158 0.74 0.51 0 0.38 221.54 0.59 0.39
Hex 29 4D 9E 4A 33 0 26 DE 3B 27
Octal 51 115 236 112 63 0 46 336 73 47
Binary 101001 1001101 10011110 1001010 110011 0 100110 11011110 111011 100111

Color Harmonies of #294D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D9E

Black with #294D9E

Text Example


Text Example

White with #294D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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