Html Css Color HEX #294391 Tory Blue

📋 copy color: '#294391'

red 41 ◦ green 67 ◦ blue 145

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

Shades of Tory Blue #294391

Tints of Tory Blue #294391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.48%

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

R = 16.21%
G = 26.48%
B = 57.31%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#294391 (or 0x294391) is known color: Tory Blue. HEX triplet: 29, 43 and 91. RGB value is (41,67,145). Sum of RGB (Red+Green+Blue) = 41+67+145=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #294391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294391 is #D6BC6E. Grayscale: #434343. Windows color (decimal): -14072943 or 9519913. OLE color: 9519913.

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

Color convert

RGB 41 67 145 -
CMYK 0.72 0.54 0 0.43
HSL 225º 0.56% 0.36% -
HSV(B) 225º 0.72% 0.57% -
XYZ 8.03 6.53 27.63 -
YUV 68.12 171.39 108.66 -
System Red Green Blue C M Y K H S L
Decimal 41 67 145 0.72 0.54 0 0.43 225 0.56 0.36
Hex 29 43 91 48 36 0 2B E1 38 24
Octal 51 103 221 110 66 0 53 341 70 44
Binary 101001 1000011 10010001 1001000 110110 0 101011 11100001 111000 100100

Color Harmonies of #294391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294391

Black with #294391

Text Example


Text Example

White with #294391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294391; }

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

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

background-color css

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

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

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

border-color css

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

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

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