Html Css Color HEX #294D93 Tory Blue

📋 copy color: '#294D93'

red 41 ◦ green 77 ◦ blue 147

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

Shades of Tory Blue #294D93

Tints of Tory Blue #294D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.47%

R = 15.47%
G = 29.06%
B = 55.47%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294D93 (or 0x294D93) is known color: Tory Blue. HEX triplet: 29, 4D and 93. RGB value is (41,77,147). Sum of RGB (Red+Green+Blue) = 41+77+147=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #294D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D93 is #D6B26C. Grayscale: #494949. Windows color (decimal): -14070381 or 9653545. OLE color: 9653545.

HSL color Cylindrical-coordinate representation of color #294D93: hue angle of 219.62º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294D93 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 77 147 -
CMYK 0.72 0.48 0 0.42
HSL 219.62º 0.56% 0.37% -
HSV(B) 219.62º 0.72% 0.58% -
XYZ 8.83 7.89 28.66 -
YUV 74.22 169.07 104.31 -
System Red Green Blue C M Y K H S L
Decimal 41 77 147 0.72 0.48 0 0.42 219.62 0.56 0.37
Hex 29 4D 93 48 30 0 2A DC 38 25
Octal 51 115 223 110 60 0 52 334 70 45
Binary 101001 1001101 10010011 1001000 110000 0 101010 11011100 111000 100101

Color Harmonies of #294D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D93

Black with #294D93

Text Example


Text Example

White with #294D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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