Html Css Color HEX #294697 Tory Blue

📋 copy color: '#294697'

red 41 ◦ green 70 ◦ blue 151

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

Shades of Tory Blue #294697

Tints of Tory Blue #294697

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

 BLUE value IS 151 (59.38% from 255) = 57.63%

R = 15.65%
G = 26.72%
B = 57.63%

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

#294697 (or 0x294697) is known color: Tory Blue. HEX triplet: 29, 46 and 97. RGB value is (41,70,151). Sum of RGB (Red+Green+Blue) = 41+70+151=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 151 (59.38% from 255 or 57.63% from 262); Max value from RGB is 151 - color contains mainly: blue. Hex color #294697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294697 is #D6B968. Grayscale: #464646. Windows color (decimal): -14072169 or 9913897. OLE color: 9913897.

HSL color Cylindrical-coordinate representation of color #294697: hue angle of 224.18º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294697 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 70 151 -
CMYK 0.73 0.54 0 0.41
HSL 224.18º 0.57% 0.38% -
HSV(B) 224.18º 0.73% 0.59% -
XYZ 8.69 7.09 30.19 -
YUV 70.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 41 70 151 0.73 0.54 0 0.41 224.18 0.57 0.38
Hex 29 46 97 49 36 0 29 E0 39 26
Octal 51 106 227 111 66 0 51 340 71 46
Binary 101001 1000110 10010111 1001001 110110 0 101001 11100000 111001 100110

Color Harmonies of #294697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294697

Black with #294697

Text Example


Text Example

White with #294697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294697; }

 p { color: rgb(41,70,151); }

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

background-color css

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

 a { background-color: rgb(41,70,151); }

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

border-color css

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

 span { border-color: rgb(41,70,151); }

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