Html Css Color HEX #294794 Tory Blue

📋 copy color: '#294794'

red 41 ◦ green 71 ◦ blue 148

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

Shades of Tory Blue #294794

Tints of Tory Blue #294794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.92%

R = 15.77%
G = 27.31%
B = 56.92%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294794 (or 0x294794) is known color: Tory Blue. HEX triplet: 29, 47 and 94. RGB value is (41,71,148). Sum of RGB (Red+Green+Blue) = 41+71+148=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #294794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294794 is #D6B86B. Grayscale: #464646. Windows color (decimal): -14071916 or 9717545. OLE color: 9717545.

HSL color Cylindrical-coordinate representation of color #294794: hue angle of 223.18º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294794 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 71 148 -
CMYK 0.72 0.52 0 0.42
HSL 223.18º 0.57% 0.37% -
HSV(B) 223.18º 0.72% 0.58% -
XYZ 8.51 7.12 28.94 -
YUV 70.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 41 71 148 0.72 0.52 0 0.42 223.18 0.57 0.37
Hex 29 47 94 48 34 0 2A DF 39 25
Octal 51 107 224 110 64 0 52 337 71 45
Binary 101001 1000111 10010100 1001000 110100 0 101010 11011111 111001 100101

Color Harmonies of #294794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294794

Black with #294794

Text Example


Text Example

White with #294794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294794; }

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

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

background-color css

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

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

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

border-color css

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

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

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