Html Css Color HEX #294596 Tory Blue

📋 copy color: '#294596'

red 41 ◦ green 69 ◦ blue 150

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

Shades of Tory Blue #294596

Tints of Tory Blue #294596

RGB

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

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

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

R = 15.77%
G = 26.54%
B = 57.69%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#294596 (or 0x294596) is known color: Tory Blue. HEX triplet: 29, 45 and 96. RGB value is (41,69,150). Sum of RGB (Red+Green+Blue) = 41+69+150=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #294596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294596 is #D6BA69. Grayscale: #454545. Windows color (decimal): -14072426 or 9848105. OLE color: 9848105.

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

Color convert

RGB 41 69 150 -
CMYK 0.73 0.54 0 0.41
HSL 224.59º 0.57% 0.37% -
HSV(B) 224.59º 0.73% 0.59% -
XYZ 8.55 6.93 29.74 -
YUV 69.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 41 69 150 0.73 0.54 0 0.41 224.59 0.57 0.37
Hex 29 45 96 49 36 0 29 E1 39 25
Octal 51 105 226 111 66 0 51 341 71 45
Binary 101001 1000101 10010110 1001001 110110 0 101001 11100001 111001 100101

Color Harmonies of #294596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294596

Black with #294596

Text Example


Text Example

White with #294596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294596; }

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

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

background-color css

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

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

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

border-color css

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

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

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