Html Css Color HEX #294193 Tory Blue

📋 copy color: '#294193'

red 41 ◦ green 65 ◦ blue 147

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

Shades of Tory Blue #294193

Tints of Tory Blue #294193

RGB

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

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

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

R = 16.21%
G = 25.69%
B = 58.1%

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

#294193 (or 0x294193) is known color: Tory Blue. HEX triplet: 29, 41 and 93. RGB value is (41,65,147). Sum of RGB (Red+Green+Blue) = 41+65+147=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #294193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294193 is #D6BE6C. Grayscale: #424242. Windows color (decimal): -14073453 or 9650473. OLE color: 9650473.

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

Color convert

RGB 41 65 147 -
CMYK 0.72 0.56 0 0.42
HSL 226.42º 0.56% 0.37% -
HSV(B) 226.42º 0.72% 0.58% -
XYZ 8.07 6.36 28.41 -
YUV 67.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 41 65 147 0.72 0.56 0 0.42 226.42 0.56 0.37
Hex 29 41 93 48 38 0 2A E2 38 25
Octal 51 101 223 110 70 0 52 342 70 45
Binary 101001 1000001 10010011 1001000 111000 0 101010 11100010 111000 100101

Color Harmonies of #294193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294193

Black with #294193

Text Example


Text Example

White with #294193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294193; }

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

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

background-color css

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

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

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

border-color css

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

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

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