Html Css Color HEX #294597 Tory Blue

📋 copy color: '#294597'

red 41 ◦ green 69 ◦ blue 151

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

Shades of Tory Blue #294597

Tints of Tory Blue #294597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 57.85%

R = 15.71%
G = 26.44%
B = 57.85%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#294597 (or 0x294597) is known color: Tory Blue. HEX triplet: 29, 45 and 97. RGB value is (41,69,151). Sum of RGB (Red+Green+Blue) = 41+69+151=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 151 (59.38% from 255 or 57.85% from 261); Max value from RGB is 151 - color contains mainly: blue. Hex color #294597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294597 is #D6BA68. Grayscale: #454545. Windows color (decimal): -14072425 or 9913641. OLE color: 9913641.

HSL color Cylindrical-coordinate representation of color #294597: hue angle of 224.73º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294597 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 69 151 -
CMYK 0.73 0.54 0 0.41
HSL 224.73º 0.57% 0.38% -
HSV(B) 224.73º 0.73% 0.59% -
XYZ 8.63 6.96 30.17 -
YUV 69.98 173.72 107.33 -
System Red Green Blue C M Y K H S L
Decimal 41 69 151 0.73 0.54 0 0.41 224.73 0.57 0.38
Hex 29 45 97 49 36 0 29 E1 39 26
Octal 51 105 227 111 66 0 51 341 71 46
Binary 101001 1000101 10010111 1001001 110110 0 101001 11100001 111001 100110

Color Harmonies of #294597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294597

Black with #294597

Text Example


Text Example

White with #294597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294597; }

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

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

background-color css

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

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

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

border-color css

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

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

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