Html Css Color HEX #294591 Tory Blue

📋 copy color: '#294591'

red 41 ◦ green 69 ◦ blue 145

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

Shades of Tory Blue #294591

Tints of Tory Blue #294591

RGB

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

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

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

R = 16.08%
G = 27.06%
B = 56.86%

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

#294591 (or 0x294591) is known color: Tory Blue. HEX triplet: 29, 45 and 91. RGB value is (41,69,145). Sum of RGB (Red+Green+Blue) = 41+69+145=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #294591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294591 is #D6BA6E. Grayscale: #444444. Windows color (decimal): -14072431 or 9520425. OLE color: 9520425.

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

Color convert

RGB 41 69 145 -
CMYK 0.72 0.52 0 0.43
HSL 223.85º 0.56% 0.36% -
HSV(B) 223.85º 0.72% 0.57% -
XYZ 8.15 6.77 27.67 -
YUV 69.29 170.72 107.82 -
System Red Green Blue C M Y K H S L
Decimal 41 69 145 0.72 0.52 0 0.43 223.85 0.56 0.36
Hex 29 45 91 48 34 0 2B E0 38 24
Octal 51 105 221 110 64 0 53 340 70 44
Binary 101001 1000101 10010001 1001000 110100 0 101011 11100000 111000 100100

Color Harmonies of #294591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294591

Black with #294591

Text Example


Text Example

White with #294591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294591; }

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

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

background-color css

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

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

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

border-color css

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

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

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