Html Css Color HEX #294B94 Tory Blue

📋 copy color: '#294B94'

red 41 ◦ green 75 ◦ blue 148

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

Shades of Tory Blue #294B94

Tints of Tory Blue #294B94

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.41%

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

R = 15.53%
G = 28.41%
B = 56.06%

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

#294B94 (or 0x294B94) is known color: Tory Blue. HEX triplet: 29, 4B and 94. RGB value is (41,75,148). Sum of RGB (Red+Green+Blue) = 41+75+148=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #294B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294B94 is #D6B46B. Grayscale: #484848. Windows color (decimal): -14070892 or 9718569. OLE color: 9718569.

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

Color convert

RGB 41 75 148 -
CMYK 0.72 0.49 0 0.42
HSL 220.93º 0.57% 0.37% -
HSV(B) 220.93º 0.72% 0.58% -
XYZ 8.78 7.64 29.03 -
YUV 73.16 170.24 105.06 -
System Red Green Blue C M Y K H S L
Decimal 41 75 148 0.72 0.49 0 0.42 220.93 0.57 0.37
Hex 29 4B 94 48 31 0 2A DD 39 25
Octal 51 113 224 110 61 0 52 335 71 45
Binary 101001 1001011 10010100 1001000 110001 0 101010 11011101 111001 100101

Color Harmonies of #294B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B94

Black with #294B94

Text Example


Text Example

White with #294B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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