Html Css Color HEX #294C92 Tory Blue

📋 copy color: '#294C92'

red 41 ◦ green 76 ◦ blue 146

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

Shades of Tory Blue #294C92

Tints of Tory Blue #294C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.9%

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

R = 15.59%
G = 28.9%
B = 55.51%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#294C92 (or 0x294C92) is known color: Tory Blue. HEX triplet: 29, 4C and 92. RGB value is (41,76,146). Sum of RGB (Red+Green+Blue) = 41+76+146=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #294C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294C92 is #D6B36D. Grayscale: #494949. Windows color (decimal): -14070638 or 9587753. OLE color: 9587753.

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

Color convert

RGB 41 76 146 -
CMYK 0.72 0.48 0 0.43
HSL 220º 0.56% 0.37% -
HSV(B) 220º 0.72% 0.57% -
XYZ 8.69 7.72 28.23 -
YUV 73.52 168.9 104.81 -
System Red Green Blue C M Y K H S L
Decimal 41 76 146 0.72 0.48 0 0.43 220 0.56 0.37
Hex 29 4C 92 48 30 0 2B DC 38 25
Octal 51 114 222 110 60 0 53 334 70 45
Binary 101001 1001100 10010010 1001000 110000 0 101011 11011100 111000 100101

Color Harmonies of #294C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C92

Black with #294C92

Text Example


Text Example

White with #294C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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