Html Css Color HEX #294890 Tory Blue

📋 copy color: '#294890'

red 41 ◦ green 72 ◦ blue 144

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

Shades of Tory Blue #294890

Tints of Tory Blue #294890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.03%

R = 15.95%
G = 28.02%
B = 56.03%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#294890 (or 0x294890) is known color: Tory Blue. HEX triplet: 29, 48 and 90. RGB value is (41,72,144). Sum of RGB (Red+Green+Blue) = 41+72+144=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #294890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294890 is #D6B76F. Grayscale: #464646. Windows color (decimal): -14071664 or 9455657. OLE color: 9455657.

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

Color convert

RGB 41 72 144 -
CMYK 0.72 0.50 0 0.44
HSL 221.94º 0.56% 0.36% -
HSV(B) 221.94º 0.72% 0.56% -
XYZ 8.27 7.12 27.32 -
YUV 70.94 169.23 106.65 -
System Red Green Blue C M Y K H S L
Decimal 41 72 144 0.72 0.50 0 0.44 221.94 0.56 0.36
Hex 29 48 90 48 32 0 2C DE 38 24
Octal 51 110 220 110 62 0 54 336 70 44
Binary 101001 1001000 10010000 1001000 110010 0 101100 11011110 111000 100100

Color Harmonies of #294890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294890

Black with #294890

Text Example


Text Example

White with #294890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294890; }

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

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

background-color css

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

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

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

border-color css

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

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

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