Html Css Color HEX #294796 Tory Blue

📋 copy color: '#294796'

red 41 ◦ green 71 ◦ blue 150

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

Shades of Tory Blue #294796

Tints of Tory Blue #294796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.1%

 BLUE value IS 150 (58.98% from 255) = 57.25%

R = 15.65%
G = 27.1%
B = 57.25%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#294796 (or 0x294796) is known color: Tory Blue. HEX triplet: 29, 47 and 96. RGB value is (41,71,150). Sum of RGB (Red+Green+Blue) = 41+71+150=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #294796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294796 is #D6B869. Grayscale: #464646. Windows color (decimal): -14071914 or 9848617. OLE color: 9848617.

HSL color Cylindrical-coordinate representation of color #294796: hue angle of 223.49º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294796 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 71 150 -
CMYK 0.73 0.53 0 0.41
HSL 223.49º 0.57% 0.37% -
HSV(B) 223.49º 0.73% 0.59% -
XYZ 8.67 7.18 29.78 -
YUV 71.04 172.56 106.58 -
System Red Green Blue C M Y K H S L
Decimal 41 71 150 0.73 0.53 0 0.41 223.49 0.57 0.37
Hex 29 47 96 49 35 0 29 DF 39 25
Octal 51 107 226 111 65 0 51 337 71 45
Binary 101001 1000111 10010110 1001001 110101 0 101001 11011111 111001 100101

Color Harmonies of #294796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294796

Black with #294796

Text Example


Text Example

White with #294796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294796; }

 p { color: rgb(41,71,150); }

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

background-color css

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

 a { background-color: rgb(41,71,150); }

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

border-color css

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

 span { border-color: rgb(41,71,150); }

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