Html Css Color HEX #294895 Tory Blue

📋 copy color: '#294895'

red 41 ◦ green 72 ◦ blue 149

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

Shades of Tory Blue #294895

Tints of Tory Blue #294895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.87%

R = 15.65%
G = 27.48%
B = 56.87%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294895 (or 0x294895) is known color: Tory Blue. HEX triplet: 29, 48 and 95. RGB value is (41,72,149). Sum of RGB (Red+Green+Blue) = 41+72+149=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #294895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294895 is #D6B76A. Grayscale: #474747. Windows color (decimal): -14071659 or 9783337. OLE color: 9783337.

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

Color convert

RGB 41 72 149 -
CMYK 0.72 0.52 0 0.42
HSL 222.78º 0.57% 0.37% -
HSV(B) 222.78º 0.72% 0.58% -
XYZ 8.66 7.28 29.38 -
YUV 71.51 171.73 106.24 -
System Red Green Blue C M Y K H S L
Decimal 41 72 149 0.72 0.52 0 0.42 222.78 0.57 0.37
Hex 29 48 95 48 34 0 2A DF 39 25
Octal 51 110 225 110 64 0 52 337 71 45
Binary 101001 1001000 10010101 1001000 110100 0 101010 11011111 111001 100101

Color Harmonies of #294895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294895

Black with #294895

Text Example


Text Example

White with #294895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294895; }

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

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

background-color css

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

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

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

border-color css

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

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

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