Html Css Color HEX #294297 Tory Blue

📋 copy color: '#294297'

red 41 ◦ green 66 ◦ blue 151

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

Shades of Tory Blue #294297

Tints of Tory Blue #294297

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

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

R = 15.89%
G = 25.58%
B = 58.53%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#294297 (or 0x294297) is known color: Tory Blue. HEX triplet: 29, 42 and 97. RGB value is (41,66,151). Sum of RGB (Red+Green+Blue) = 41+66+151=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #294297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294297 is #D6BD68. Grayscale: #434343. Windows color (decimal): -14073193 or 9912873. OLE color: 9912873.

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

Color convert

RGB 41 66 151 -
CMYK 0.73 0.56 0 0.41
HSL 226.36º 0.57% 0.38% -
HSV(B) 226.36º 0.73% 0.59% -
XYZ 8.45 6.6 30.11 -
YUV 68.22 174.72 108.59 -
System Red Green Blue C M Y K H S L
Decimal 41 66 151 0.73 0.56 0 0.41 226.36 0.57 0.38
Hex 29 42 97 49 38 0 29 E2 39 26
Octal 51 102 227 111 70 0 51 342 71 46
Binary 101001 1000010 10010111 1001001 111000 0 101001 11100010 111001 100110

Color Harmonies of #294297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294297

Black with #294297

Text Example


Text Example

White with #294297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294297; }

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

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

background-color css

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

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

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

border-color css

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

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

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