Html Css Color HEX #294091 Tory Blue

📋 copy color: '#294091'

red 41 ◦ green 64 ◦ blue 145

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

Shades of Tory Blue #294091

Tints of Tory Blue #294091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.6%

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

R = 16.4%
G = 25.6%
B = 58%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#294091 (or 0x294091) is known color: Tory Blue. HEX triplet: 29, 40 and 91. RGB value is (41,64,145). Sum of RGB (Red+Green+Blue) = 41+64+145=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #294091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294091 is #D6BF6E. Grayscale: #424242. Windows color (decimal): -14073711 or 9519145. OLE color: 9519145.

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

Color convert

RGB 41 64 145 -
CMYK 0.72 0.56 0 0.43
HSL 226.73º 0.56% 0.36% -
HSV(B) 226.73º 0.72% 0.57% -
XYZ 7.86 6.18 27.57 -
YUV 66.36 172.38 109.91 -
System Red Green Blue C M Y K H S L
Decimal 41 64 145 0.72 0.56 0 0.43 226.73 0.56 0.36
Hex 29 40 91 48 38 0 2B E3 38 24
Octal 51 100 221 110 70 0 53 343 70 44
Binary 101001 1000000 10010001 1001000 111000 0 101011 11100011 111000 100100

Color Harmonies of #294091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294091

Black with #294091

Text Example


Text Example

White with #294091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294091; }

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

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

background-color css

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

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

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

border-color css

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

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

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