Html Css Color HEX #294D9F Tory Blue

📋 copy color: '#294D9F'

red 41 ◦ green 77 ◦ blue 159

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

Shades of Tory Blue #294D9F

Tints of Tory Blue #294D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.4%

R = 14.8%
G = 27.8%
B = 57.4%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#294D9F (or 0x294D9F) is known color: Tory Blue. HEX triplet: 29, 4D and 9F. RGB value is (41,77,159). Sum of RGB (Red+Green+Blue) = 41+77+159=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #294D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D9F is #D6B260. Grayscale: #4B4B4B. Windows color (decimal): -14070369 or 10439977. OLE color: 10439977.

HSL color Cylindrical-coordinate representation of color #294D9F: hue angle of 221.69º 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 #294D9F is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 77 159 -
CMYK 0.74 0.52 0 0.38
HSL 221.69º 0.59% 0.39% -
HSV(B) 221.69º 0.74% 0.62% -
XYZ 9.83 8.28 33.88 -
YUV 75.58 175.07 103.33 -
System Red Green Blue C M Y K H S L
Decimal 41 77 159 0.74 0.52 0 0.38 221.69 0.59 0.39
Hex 29 4D 9F 4A 34 0 26 DE 3B 27
Octal 51 115 237 112 64 0 46 336 73 47
Binary 101001 1001101 10011111 1001010 110100 0 100110 11011110 111011 100111

Color Harmonies of #294D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D9F

Black with #294D9F

Text Example


Text Example

White with #294D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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