Html Css Color HEX #294292 Tory Blue

📋 copy color: '#294292'

red 41 ◦ green 66 ◦ blue 146

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

Shades of Tory Blue #294292

Tints of Tory Blue #294292

RGB

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

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

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

R = 16.21%
G = 26.09%
B = 57.71%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#294292 (or 0x294292) is known color: Tory Blue. HEX triplet: 29, 42 and 92. RGB value is (41,66,146). Sum of RGB (Red+Green+Blue) = 41+66+146=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #294292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294292 is #D6BD6D. Grayscale: #434343. Windows color (decimal): -14073198 or 9585193. OLE color: 9585193.

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

Color convert

RGB 41 66 146 -
CMYK 0.72 0.55 0 0.43
HSL 225.71º 0.56% 0.37% -
HSV(B) 225.71º 0.72% 0.57% -
XYZ 8.05 6.44 28.01 -
YUV 67.65 172.22 109 -
System Red Green Blue C M Y K H S L
Decimal 41 66 146 0.72 0.55 0 0.43 225.71 0.56 0.37
Hex 29 42 92 48 37 0 2B E2 38 25
Octal 51 102 222 110 67 0 53 342 70 45
Binary 101001 1000010 10010010 1001000 110111 0 101011 11100010 111000 100101

Color Harmonies of #294292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294292

Black with #294292

Text Example


Text Example

White with #294292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294292; }

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

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

background-color css

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

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

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

border-color css

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

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

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