Html Css Color HEX #294D95 Tory Blue

📋 copy color: '#294D95'

red 41 ◦ green 77 ◦ blue 149

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

Shades of Tory Blue #294D95

Tints of Tory Blue #294D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.81%

R = 15.36%
G = 28.84%
B = 55.81%

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

#294D95 (or 0x294D95) is known color: Tory Blue. HEX triplet: 29, 4D and 95. RGB value is (41,77,149). Sum of RGB (Red+Green+Blue) = 41+77+149=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #294D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294D95 is #D6B26A. Grayscale: #4A4A4A. Windows color (decimal): -14070379 or 9784617. OLE color: 9784617.

HSL color Cylindrical-coordinate representation of color #294D95: hue angle of 220º degrees, saturation: 0.57, 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 #294D95 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 77 149 -
CMYK 0.72 0.48 0 0.42
HSL 220º 0.57% 0.37% -
HSV(B) 220º 0.72% 0.58% -
XYZ 8.99 7.95 29.49 -
YUV 74.44 170.07 104.15 -
System Red Green Blue C M Y K H S L
Decimal 41 77 149 0.72 0.48 0 0.42 220 0.57 0.37
Hex 29 4D 95 48 30 0 2A DC 39 25
Octal 51 115 225 110 60 0 52 334 71 45
Binary 101001 1001101 10010101 1001000 110000 0 101010 11011100 111001 100101

Color Harmonies of #294D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D95

Black with #294D95

Text Example


Text Example

White with #294D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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