Html Css Color HEX #294896 Tory Blue

📋 copy color: '#294896'

red 41 ◦ green 72 ◦ blue 150

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

Shades of Tory Blue #294896

Tints of Tory Blue #294896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 57.03%

R = 15.59%
G = 27.38%
B = 57.03%

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

#294896 (or 0x294896) is known color: Tory Blue. HEX triplet: 29, 48 and 96. RGB value is (41,72,150). Sum of RGB (Red+Green+Blue) = 41+72+150=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #294896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294896 is #D6B769. Grayscale: #474747. Windows color (decimal): -14071658 or 9848873. OLE color: 9848873.

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

Color convert

RGB 41 72 150 -
CMYK 0.73 0.52 0 0.41
HSL 222.94º 0.57% 0.37% -
HSV(B) 222.94º 0.73% 0.59% -
XYZ 8.74 7.31 29.8 -
YUV 71.62 172.23 106.16 -
System Red Green Blue C M Y K H S L
Decimal 41 72 150 0.73 0.52 0 0.41 222.94 0.57 0.37
Hex 29 48 96 49 34 0 29 DF 39 25
Octal 51 110 226 111 64 0 51 337 71 45
Binary 101001 1001000 10010110 1001001 110100 0 101001 11011111 111001 100101

Color Harmonies of #294896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294896

Black with #294896

Text Example


Text Example

White with #294896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294896; }

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

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

background-color css

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

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

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

border-color css

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

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

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