Html Css Color HEX #294D9B Tory Blue

📋 copy color: '#294D9B'

red 41 ◦ green 77 ◦ blue 155

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

Shades of Tory Blue #294D9B

Tints of Tory Blue #294D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.78%

R = 15.02%
G = 28.21%
B = 56.78%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#294D9B (or 0x294D9B) is known color: Tory Blue. HEX triplet: 29, 4D and 9B. RGB value is (41,77,155). Sum of RGB (Red+Green+Blue) = 41+77+155=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #294D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D9B is #D6B264. Grayscale: #4A4A4A. Windows color (decimal): -14070373 or 10177833. OLE color: 10177833.

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

Color convert

RGB 41 77 155 -
CMYK 0.74 0.50 0 0.39
HSL 221.05º 0.58% 0.38% -
HSV(B) 221.05º 0.74% 0.61% -
XYZ 9.48 8.15 32.08 -
YUV 75.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 41 77 155 0.74 0.50 0 0.39 221.05 0.58 0.38
Hex 29 4D 9B 4A 32 0 27 DD 3A 26
Octal 51 115 233 112 62 0 47 335 72 46
Binary 101001 1001101 10011011 1001010 110010 0 100111 11011101 111010 100110

Color Harmonies of #294D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D9B

Black with #294D9B

Text Example


Text Example

White with #294D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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