Html Css Color HEX #294097 Tory Blue

📋 copy color: '#294097'

red 41 ◦ green 64 ◦ blue 151

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

Shades of Tory Blue #294097

Tints of Tory Blue #294097

RGB

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

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

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

R = 16.02%
G = 25%
B = 58.98%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#294097 (or 0x294097) is known color: Tory Blue. HEX triplet: 29, 40 and 97. RGB value is (41,64,151). Sum of RGB (Red+Green+Blue) = 41+64+151=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #294097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294097 is #D6BF68. Grayscale: #424242. Windows color (decimal): -14073705 or 9912361. OLE color: 9912361.

HSL color Cylindrical-coordinate representation of color #294097: hue angle of 227.45º 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 #294097 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 64 151 -
CMYK 0.73 0.58 0 0.41
HSL 227.45º 0.57% 0.38% -
HSV(B) 227.45º 0.73% 0.59% -
XYZ 8.33 6.37 30.07 -
YUV 67.04 175.38 109.43 -
System Red Green Blue C M Y K H S L
Decimal 41 64 151 0.73 0.58 0 0.41 227.45 0.57 0.38
Hex 29 40 97 49 3A 0 29 E3 39 26
Octal 51 100 227 111 72 0 51 343 71 46
Binary 101001 1000000 10010111 1001001 111010 0 101001 11100011 111001 100110

Color Harmonies of #294097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294097

Black with #294097

Text Example


Text Example

White with #294097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294097; }

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

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

background-color css

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

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

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

border-color css

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

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

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