Html Css Color HEX #294599 Tory Blue

📋 copy color: '#294599'

red 41 ◦ green 69 ◦ blue 153

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

Shades of Tory Blue #294599

Tints of Tory Blue #294599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 58.17%

R = 15.59%
G = 26.24%
B = 58.17%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#294599 (or 0x294599) is known color: Tory Blue. HEX triplet: 29, 45 and 99. RGB value is (41,69,153). Sum of RGB (Red+Green+Blue) = 41+69+153=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #294599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294599 is #D6BA66. Grayscale: #454545. Windows color (decimal): -14072423 or 10044713. OLE color: 10044713.

HSL color Cylindrical-coordinate representation of color #294599: hue angle of 225º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294599 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 69 153 -
CMYK 0.73 0.55 0 0.4
HSL 225º 0.58% 0.38% -
HSV(B) 225º 0.73% 0.6% -
XYZ 8.79 7.03 31.03 -
YUV 70.2 174.72 107.17 -
System Red Green Blue C M Y K H S L
Decimal 41 69 153 0.73 0.55 0 0.4 225 0.58 0.38
Hex 29 45 99 49 37 0 28 E1 3A 26
Octal 51 105 231 111 67 0 50 341 72 46
Binary 101001 1000101 10011001 1001001 110111 0 101000 11100001 111010 100110

Color Harmonies of #294599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294599

Black with #294599

Text Example


Text Example

White with #294599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294599; }

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

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

background-color css

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

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

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

border-color css

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

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

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