Html Css Color HEX #294891 Tory Blue

📋 copy color: '#294891'

red 41 ◦ green 72 ◦ blue 145

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

Shades of Tory Blue #294891

Tints of Tory Blue #294891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

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

R = 15.89%
G = 27.91%
B = 56.2%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#294891 (or 0x294891) is known color: Tory Blue. HEX triplet: 29, 48 and 91. RGB value is (41,72,145). Sum of RGB (Red+Green+Blue) = 41+72+145=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #294891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294891 is #D6B76E. Grayscale: #464646. Windows color (decimal): -14071663 or 9521193. OLE color: 9521193.

HSL color Cylindrical-coordinate representation of color #294891: hue angle of 222.12º 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 #294891 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 72 145 -
CMYK 0.72 0.50 0 0.43
HSL 222.12º 0.56% 0.36% -
HSV(B) 222.12º 0.72% 0.57% -
XYZ 8.34 7.15 27.73 -
YUV 71.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 41 72 145 0.72 0.50 0 0.43 222.12 0.56 0.36
Hex 29 48 91 48 32 0 2B DE 38 24
Octal 51 110 221 110 62 0 53 336 70 44
Binary 101001 1001000 10010001 1001000 110010 0 101011 11011110 111000 100100

Color Harmonies of #294891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294891

Black with #294891

Text Example


Text Example

White with #294891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294891; }

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

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

background-color css

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

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

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

border-color css

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

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

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