Html Css Color HEX #294096 Tory Blue

📋 copy color: '#294096'

red 41 ◦ green 64 ◦ blue 150

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

Shades of Tory Blue #294096

Tints of Tory Blue #294096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.1%

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

R = 16.08%
G = 25.1%
B = 58.82%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#294096 (or 0x294096) is known color: Tory Blue. HEX triplet: 29, 40 and 96. RGB value is (41,64,150). Sum of RGB (Red+Green+Blue) = 41+64+150=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #294096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294096 is #D6BF69. Grayscale: #424242. Windows color (decimal): -14073706 or 9846825. OLE color: 9846825.

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

Color convert

RGB 41 64 150 -
CMYK 0.73 0.57 0 0.41
HSL 227.34º 0.57% 0.37% -
HSV(B) 227.34º 0.73% 0.59% -
XYZ 8.25 6.34 29.64 -
YUV 66.93 174.88 109.51 -
System Red Green Blue C M Y K H S L
Decimal 41 64 150 0.73 0.57 0 0.41 227.34 0.57 0.37
Hex 29 40 96 49 39 0 29 E3 39 25
Octal 51 100 226 111 71 0 51 343 71 45
Binary 101001 1000000 10010110 1001001 111001 0 101001 11100011 111001 100101

Color Harmonies of #294096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294096

Black with #294096

Text Example


Text Example

White with #294096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294096; }

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

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

background-color css

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

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

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

border-color css

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

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

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