Html Css Color HEX #294197 Tory Blue

📋 copy color: '#294197'

red 41 ◦ green 65 ◦ blue 151

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

Shades of Tory Blue #294197

Tints of Tory Blue #294197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.29%

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

R = 15.95%
G = 25.29%
B = 58.75%

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

#294197 (or 0x294197) is known color: Tory Blue. HEX triplet: 29, 41 and 97. RGB value is (41,65,151). Sum of RGB (Red+Green+Blue) = 41+65+151=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #294197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294197 is #D6BE68. Grayscale: #434343. Windows color (decimal): -14073449 or 9912617. OLE color: 9912617.

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

Color convert

RGB 41 65 151 -
CMYK 0.73 0.57 0 0.41
HSL 226.91º 0.57% 0.38% -
HSV(B) 226.91º 0.73% 0.59% -
XYZ 8.39 6.49 30.09 -
YUV 67.63 175.05 109.01 -
System Red Green Blue C M Y K H S L
Decimal 41 65 151 0.73 0.57 0 0.41 226.91 0.57 0.38
Hex 29 41 97 49 39 0 29 E3 39 26
Octal 51 101 227 111 71 0 51 343 71 46
Binary 101001 1000001 10010111 1001001 111001 0 101001 11100011 111001 100110

Color Harmonies of #294197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294197

Black with #294197

Text Example


Text Example

White with #294197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294197; }

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

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

background-color css

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

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

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

border-color css

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

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

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