Html Css Color HEX #294C93 Tory Blue

📋 copy color: '#294C93'

red 41 ◦ green 76 ◦ blue 147

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

Shades of Tory Blue #294C93

Tints of Tory Blue #294C93

RGB

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

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

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

R = 15.53%
G = 28.79%
B = 55.68%

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

#294C93 (or 0x294C93) is known color: Tory Blue. HEX triplet: 29, 4C and 93. RGB value is (41,76,147). Sum of RGB (Red+Green+Blue) = 41+76+147=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #294C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294C93 is #D6B36C. Grayscale: #494949. Windows color (decimal): -14070637 or 9653289. OLE color: 9653289.

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

Color convert

RGB 41 76 147 -
CMYK 0.72 0.48 0 0.42
HSL 220.19º 0.56% 0.37% -
HSV(B) 220.19º 0.72% 0.58% -
XYZ 8.77 7.75 28.64 -
YUV 73.63 169.4 104.73 -
System Red Green Blue C M Y K H S L
Decimal 41 76 147 0.72 0.48 0 0.42 220.19 0.56 0.37
Hex 29 4C 93 48 30 0 2A DC 38 25
Octal 51 114 223 110 60 0 52 334 70 45
Binary 101001 1001100 10010011 1001000 110000 0 101010 11011100 111000 100101

Color Harmonies of #294C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C93

Black with #294C93

Text Example


Text Example

White with #294C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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