Html Css Color HEX #294194 Tory Blue

📋 copy color: '#294194'

red 41 ◦ green 65 ◦ blue 148

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

Shades of Tory Blue #294194

Tints of Tory Blue #294194

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

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

R = 16.14%
G = 25.59%
B = 58.27%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294194 (or 0x294194) is known color: Tory Blue. HEX triplet: 29, 41 and 94. RGB value is (41,65,148). Sum of RGB (Red+Green+Blue) = 41+65+148=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #294194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294194 is #D6BE6B. Grayscale: #424242. Windows color (decimal): -14073452 or 9716009. OLE color: 9716009.

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

Color convert

RGB 41 65 148 -
CMYK 0.72 0.56 0 0.42
HSL 226.54º 0.57% 0.37% -
HSV(B) 226.54º 0.72% 0.58% -
XYZ 8.15 6.39 28.82 -
YUV 67.29 173.55 109.25 -
System Red Green Blue C M Y K H S L
Decimal 41 65 148 0.72 0.56 0 0.42 226.54 0.57 0.37
Hex 29 41 94 48 38 0 2A E3 39 25
Octal 51 101 224 110 70 0 52 343 71 45
Binary 101001 1000001 10010100 1001000 111000 0 101010 11100011 111001 100101

Color Harmonies of #294194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294194

Black with #294194

Text Example


Text Example

White with #294194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294194; }

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

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

background-color css

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

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

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

border-color css

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

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

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