Html Css Color HEX #294691 Tory Blue

📋 copy color: '#294691'

red 41 ◦ green 70 ◦ blue 145

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

Shades of Tory Blue #294691

Tints of Tory Blue #294691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

 BLUE value IS 145 (57.03% from 255) = 56.64%

R = 16.02%
G = 27.34%
B = 56.64%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#294691 (or 0x294691) is known color: Tory Blue. HEX triplet: 29, 46 and 91. RGB value is (41,70,145). Sum of RGB (Red+Green+Blue) = 41+70+145=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #294691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294691 is #D6B96E. Grayscale: #454545. Windows color (decimal): -14072175 or 9520681. OLE color: 9520681.

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

Color convert

RGB 41 70 145 -
CMYK 0.72 0.52 0 0.43
HSL 223.27º 0.56% 0.36% -
HSV(B) 223.27º 0.72% 0.57% -
XYZ 8.22 6.9 27.69 -
YUV 69.88 170.39 107.4 -
System Red Green Blue C M Y K H S L
Decimal 41 70 145 0.72 0.52 0 0.43 223.27 0.56 0.36
Hex 29 46 91 48 34 0 2B DF 38 24
Octal 51 106 221 110 64 0 53 337 70 44
Binary 101001 1000110 10010001 1001000 110100 0 101011 11011111 111000 100100

Color Harmonies of #294691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294691

Black with #294691

Text Example


Text Example

White with #294691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294691; }

 p { color: rgb(41,70,145); }

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

background-color css

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

 a { background-color: rgb(41,70,145); }

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

border-color css

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

 span { border-color: rgb(41,70,145); }

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