Html Css Color HEX #294D92 Tory Blue

📋 copy color: '#294D92'

red 41 ◦ green 77 ◦ blue 146

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

Shades of Tory Blue #294D92

Tints of Tory Blue #294D92

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.17%

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

R = 15.53%
G = 29.17%
B = 55.3%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#294D92 (or 0x294D92) is known color: Tory Blue. HEX triplet: 29, 4D and 92. RGB value is (41,77,146). Sum of RGB (Red+Green+Blue) = 41+77+146=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #294D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D92 is #D6B26D. Grayscale: #494949. Windows color (decimal): -14070382 or 9588009. OLE color: 9588009.

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

Color convert

RGB 41 77 146 -
CMYK 0.72 0.47 0 0.43
HSL 219.43º 0.56% 0.37% -
HSV(B) 219.43º 0.72% 0.57% -
XYZ 8.76 7.85 28.25 -
YUV 74.1 168.57 104.39 -
System Red Green Blue C M Y K H S L
Decimal 41 77 146 0.72 0.47 0 0.43 219.43 0.56 0.37
Hex 29 4D 92 48 2F 0 2B DB 38 25
Octal 51 115 222 110 57 0 53 333 70 45
Binary 101001 1001101 10010010 1001000 101111 0 101011 11011011 111000 100101

Color Harmonies of #294D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D92

Black with #294D92

Text Example


Text Example

White with #294D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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