Html Css Color HEX #294C94 Tory Blue

📋 copy color: '#294C94'

red 41 ◦ green 76 ◦ blue 148

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

Shades of Tory Blue #294C94

Tints of Tory Blue #294C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.85%

R = 15.47%
G = 28.68%
B = 55.85%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294C94 (or 0x294C94) is known color: Tory Blue. HEX triplet: 29, 4C and 94. RGB value is (41,76,148). Sum of RGB (Red+Green+Blue) = 41+76+148=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #294C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294C94 is #D6B36B. Grayscale: #494949. Windows color (decimal): -14070636 or 9718825. OLE color: 9718825.

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

Color convert

RGB 41 76 148 -
CMYK 0.72 0.49 0 0.42
HSL 220.37º 0.57% 0.37% -
HSV(B) 220.37º 0.72% 0.58% -
XYZ 8.84 7.78 29.05 -
YUV 73.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 41 76 148 0.72 0.49 0 0.42 220.37 0.57 0.37
Hex 29 4C 94 48 31 0 2A DC 39 25
Octal 51 114 224 110 61 0 52 334 71 45
Binary 101001 1001100 10010100 1001000 110001 0 101010 11011100 111001 100101

Color Harmonies of #294C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294C94

Black with #294C94

Text Example


Text Example

White with #294C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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