Html Css Color HEX #294897 Tory Blue

📋 copy color: '#294897'

red 41 ◦ green 72 ◦ blue 151

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

Shades of Tory Blue #294897

Tints of Tory Blue #294897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

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

R = 15.53%
G = 27.27%
B = 57.2%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#294897 (or 0x294897) is known color: Tory Blue. HEX triplet: 29, 48 and 97. RGB value is (41,72,151). Sum of RGB (Red+Green+Blue) = 41+72+151=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #294897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294897 is #D6B768. Grayscale: #474747. Windows color (decimal): -14071657 or 9914409. OLE color: 9914409.

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

Color convert

RGB 41 72 151 -
CMYK 0.73 0.52 0 0.41
HSL 223.09º 0.57% 0.38% -
HSV(B) 223.09º 0.73% 0.59% -
XYZ 8.82 7.34 30.23 -
YUV 71.74 172.73 106.08 -
System Red Green Blue C M Y K H S L
Decimal 41 72 151 0.73 0.52 0 0.41 223.09 0.57 0.38
Hex 29 48 97 49 34 0 29 DF 39 26
Octal 51 110 227 111 64 0 51 337 71 46
Binary 101001 1001000 10010111 1001001 110100 0 101001 11011111 111001 100110

Color Harmonies of #294897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294897

Black with #294897

Text Example


Text Example

White with #294897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294897; }

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

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

background-color css

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

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

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

border-color css

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

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

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