Html Css Color HEX #294595 Tory Blue

📋 copy color: '#294595'

red 41 ◦ green 69 ◦ blue 149

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

Shades of Tory Blue #294595

Tints of Tory Blue #294595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

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

R = 15.83%
G = 26.64%
B = 57.53%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294595 (or 0x294595) is known color: Tory Blue. HEX triplet: 29, 45 and 95. RGB value is (41,69,149). Sum of RGB (Red+Green+Blue) = 41+69+149=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #294595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294595 is #D6BA6A. Grayscale: #454545. Windows color (decimal): -14072427 or 9782569. OLE color: 9782569.

HSL color Cylindrical-coordinate representation of color #294595: hue angle of 224.44º 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 #294595 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 69 149 -
CMYK 0.72 0.54 0 0.42
HSL 224.44º 0.57% 0.37% -
HSV(B) 224.44º 0.72% 0.58% -
XYZ 8.47 6.9 29.32 -
YUV 69.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 41 69 149 0.72 0.54 0 0.42 224.44 0.57 0.37
Hex 29 45 95 48 36 0 2A E0 39 25
Octal 51 105 225 110 66 0 52 340 71 45
Binary 101001 1000101 10010101 1001000 110110 0 101010 11100000 111001 100101

Color Harmonies of #294595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294595

Black with #294595

Text Example


Text Example

White with #294595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294595; }

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

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

background-color css

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

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

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

border-color css

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

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

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