Html Css Color HEX #294792 Tory Blue

📋 copy color: '#294792'

red 41 ◦ green 71 ◦ blue 146

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

Shades of Tory Blue #294792

Tints of Tory Blue #294792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.52%

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

R = 15.89%
G = 27.52%
B = 56.59%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#294792 (or 0x294792) is known color: Tory Blue. HEX triplet: 29, 47 and 92. RGB value is (41,71,146). Sum of RGB (Red+Green+Blue) = 41+71+146=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #294792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294792 is #D6B86D. Grayscale: #464646. Windows color (decimal): -14071918 or 9586473. OLE color: 9586473.

HSL color Cylindrical-coordinate representation of color #294792: hue angle of 222.86º 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 #294792 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 71 146 -
CMYK 0.72 0.51 0 0.43
HSL 222.86º 0.56% 0.37% -
HSV(B) 222.86º 0.72% 0.57% -
XYZ 8.36 7.05 28.12 -
YUV 70.58 170.56 106.9 -
System Red Green Blue C M Y K H S L
Decimal 41 71 146 0.72 0.51 0 0.43 222.86 0.56 0.37
Hex 29 47 92 48 33 0 2B DF 38 25
Octal 51 107 222 110 63 0 53 337 70 45
Binary 101001 1000111 10010010 1001000 110011 0 101011 11011111 111000 100101

Color Harmonies of #294792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294792

Black with #294792

Text Example


Text Example

White with #294792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294792; }

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

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

background-color css

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

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

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

border-color css

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

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

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