Html Css Color HEX #294497 Tory Blue

📋 copy color: '#294497'

red 41 ◦ green 68 ◦ blue 151

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

Shades of Tory Blue #294497

Tints of Tory Blue #294497

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.15%

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

R = 15.77%
G = 26.15%
B = 58.08%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#294497 (or 0x294497) is known color: Tory Blue. HEX triplet: 29, 44 and 97. RGB value is (41,68,151). Sum of RGB (Red+Green+Blue) = 41+68+151=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 151 (59.38% from 255 or 58.08% from 260); Max value from RGB is 151 - color contains mainly: blue. Hex color #294497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294497 is #D6BB68. Grayscale: #454545. Windows color (decimal): -14072681 or 9913385. OLE color: 9913385.

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

Color convert

RGB 41 68 151 -
CMYK 0.73 0.55 0 0.41
HSL 225.27º 0.57% 0.38% -
HSV(B) 225.27º 0.73% 0.59% -
XYZ 8.57 6.84 30.15 -
YUV 69.39 174.05 107.75 -
System Red Green Blue C M Y K H S L
Decimal 41 68 151 0.73 0.55 0 0.41 225.27 0.57 0.38
Hex 29 44 97 49 37 0 29 E1 39 26
Octal 51 104 227 111 67 0 51 341 71 46
Binary 101001 1000100 10010111 1001001 110111 0 101001 11100001 111001 100110

Color Harmonies of #294497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294497

Black with #294497

Text Example


Text Example

White with #294497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294497; }

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

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

background-color css

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

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

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

border-color css

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

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

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