Html Css Color HEX #294DA0 Tory Blue

📋 copy color: '#294DA0'

red 41 ◦ green 77 ◦ blue 160

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

Shades of Tory Blue #294DA0

Tints of Tory Blue #294DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 57.55%

R = 14.75%
G = 27.7%
B = 57.55%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#294DA0 (or 0x294DA0) is known color: Tory Blue. HEX triplet: 29, 4D and A0. RGB value is (41,77,160). Sum of RGB (Red+Green+Blue) = 41+77+160=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 160 (62.89% from 255 or 57.55% from 278); Max value from RGB is 160 - color contains mainly: blue. Hex color #294DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294DA0 is #D6B25F. Grayscale: #4B4B4B. Windows color (decimal): -14070368 or 10505513. OLE color: 10505513.

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

Color convert

RGB 41 77 160 -
CMYK 0.74 0.52 0 0.37
HSL 221.85º 0.59% 0.39% -
HSV(B) 221.85º 0.74% 0.63% -
XYZ 9.91 8.32 34.34 -
YUV 75.7 175.57 103.25 -
System Red Green Blue C M Y K H S L
Decimal 41 77 160 0.74 0.52 0 0.37 221.85 0.59 0.39
Hex 29 4D A0 4A 34 0 25 DE 3B 27
Octal 51 115 240 112 64 0 45 336 73 47
Binary 101001 1001101 10100000 1001010 110100 0 100101 11011110 111011 100111

Color Harmonies of #294DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294DA0

Black with #294DA0

Text Example


Text Example

White with #294DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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