Html Css Color HEX #294D9C Tory Blue

📋 copy color: '#294D9C'

red 41 ◦ green 77 ◦ blue 156

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

Shades of Tory Blue #294D9C

Tints of Tory Blue #294D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.93%

R = 14.96%
G = 28.1%
B = 56.93%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#294D9C (or 0x294D9C) is known color: Tory Blue. HEX triplet: 29, 4D and 9C. RGB value is (41,77,156). Sum of RGB (Red+Green+Blue) = 41+77+156=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #294D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D9C is #D6B263. Grayscale: #4A4A4A. Windows color (decimal): -14070372 or 10243369. OLE color: 10243369.

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

Color convert

RGB 41 77 156 -
CMYK 0.74 0.51 0 0.39
HSL 221.22º 0.58% 0.39% -
HSV(B) 221.22º 0.74% 0.61% -
XYZ 9.57 8.18 32.53 -
YUV 75.24 173.57 103.58 -
System Red Green Blue C M Y K H S L
Decimal 41 77 156 0.74 0.51 0 0.39 221.22 0.58 0.39
Hex 29 4D 9C 4A 33 0 27 DD 3A 27
Octal 51 115 234 112 63 0 47 335 72 47
Binary 101001 1001101 10011100 1001010 110011 0 100111 11011101 111010 100111

Color Harmonies of #294D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D9C

Black with #294D9C

Text Example


Text Example

White with #294D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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