Html Css Color HEX #294590 Tory Blue

📋 copy color: '#294590'

red 41 ◦ green 69 ◦ blue 144

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

Shades of Tory Blue #294590

Tints of Tory Blue #294590

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

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

R = 16.14%
G = 27.17%
B = 56.69%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#294590 (or 0x294590) is known color: Tory Blue. HEX triplet: 29, 45 and 90. RGB value is (41,69,144). Sum of RGB (Red+Green+Blue) = 41+69+144=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #294590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294590 is #D6BA6F. Grayscale: #444444. Windows color (decimal): -14072432 or 9454889. OLE color: 9454889.

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

Color convert

RGB 41 69 144 -
CMYK 0.72 0.52 0 0.44
HSL 223.69º 0.56% 0.36% -
HSV(B) 223.69º 0.72% 0.56% -
XYZ 8.08 6.74 27.26 -
YUV 69.18 170.22 107.9 -
System Red Green Blue C M Y K H S L
Decimal 41 69 144 0.72 0.52 0 0.44 223.69 0.56 0.36
Hex 29 45 90 48 34 0 2C E0 38 24
Octal 51 105 220 110 64 0 54 340 70 44
Binary 101001 1000101 10010000 1001000 110100 0 101100 11100000 111000 100100

Color Harmonies of #294590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294590

Black with #294590

Text Example


Text Example

White with #294590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294590; }

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

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

background-color css

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

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

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

border-color css

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

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

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