Html Css Color HEX #294892 Tory Blue

📋 copy color: '#294892'

red 41 ◦ green 72 ◦ blue 146

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

Shades of Tory Blue #294892

Tints of Tory Blue #294892

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

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

R = 15.83%
G = 27.8%
B = 56.37%

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

#294892 (or 0x294892) is known color: Tory Blue. HEX triplet: 29, 48 and 92. RGB value is (41,72,146). Sum of RGB (Red+Green+Blue) = 41+72+146=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #294892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294892 is #D6B76D. Grayscale: #464646. Windows color (decimal): -14071662 or 9586729. OLE color: 9586729.

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

Color convert

RGB 41 72 146 -
CMYK 0.72 0.51 0 0.43
HSL 222.29º 0.56% 0.37% -
HSV(B) 222.29º 0.72% 0.57% -
XYZ 8.42 7.18 28.14 -
YUV 71.17 170.23 106.48 -
System Red Green Blue C M Y K H S L
Decimal 41 72 146 0.72 0.51 0 0.43 222.29 0.56 0.37
Hex 29 48 92 48 33 0 2B DE 38 25
Octal 51 110 222 110 63 0 53 336 70 45
Binary 101001 1001000 10010010 1001000 110011 0 101011 11011110 111000 100101

Color Harmonies of #294892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294892

Black with #294892

Text Example


Text Example

White with #294892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294892; }

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

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

background-color css

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

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

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

border-color css

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

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

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