Html Css Color HEX #294692 Tory Blue

📋 copy color: '#294692'

red 41 ◦ green 70 ◦ blue 146

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

Shades of Tory Blue #294692

Tints of Tory Blue #294692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 56.81%

R = 15.95%
G = 27.24%
B = 56.81%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#294692 (or 0x294692) is known color: Tory Blue. HEX triplet: 29, 46 and 92. RGB value is (41,70,146). Sum of RGB (Red+Green+Blue) = 41+70+146=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #294692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294692 is #D6B96D. Grayscale: #454545. Windows color (decimal): -14072174 or 9586217. OLE color: 9586217.

HSL color Cylindrical-coordinate representation of color #294692: hue angle of 223.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294692 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 70 146 -
CMYK 0.72 0.52 0 0.43
HSL 223.43º 0.56% 0.37% -
HSV(B) 223.43º 0.72% 0.57% -
XYZ 8.29 6.93 28.09 -
YUV 69.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 41 70 146 0.72 0.52 0 0.43 223.43 0.56 0.37
Hex 29 46 92 48 34 0 2B DF 38 25
Octal 51 106 222 110 64 0 53 337 70 45
Binary 101001 1000110 10010010 1001000 110100 0 101011 11011111 111000 100101

Color Harmonies of #294692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294692

Black with #294692

Text Example


Text Example

White with #294692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294692; }

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

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

background-color css

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

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

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

border-color css

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

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

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