Html Css Color HEX #294493 Tory Blue

📋 copy color: '#294493'

red 41 ◦ green 68 ◦ blue 147

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

Shades of Tory Blue #294493

Tints of Tory Blue #294493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.56%

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

R = 16.02%
G = 26.56%
B = 57.42%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294493 (or 0x294493) is known color: Tory Blue. HEX triplet: 29, 44 and 93. RGB value is (41,68,147). Sum of RGB (Red+Green+Blue) = 41+68+147=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #294493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294493 is #D6BB6C. Grayscale: #444444. Windows color (decimal): -14072685 or 9651241. OLE color: 9651241.

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

Color convert

RGB 41 68 147 -
CMYK 0.72 0.54 0 0.42
HSL 224.72º 0.56% 0.37% -
HSV(B) 224.72º 0.72% 0.58% -
XYZ 8.25 6.71 28.46 -
YUV 68.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 41 68 147 0.72 0.54 0 0.42 224.72 0.56 0.37
Hex 29 44 93 48 36 0 2A E1 38 25
Octal 51 104 223 110 66 0 52 341 70 45
Binary 101001 1000100 10010011 1001000 110110 0 101010 11100001 111000 100101

Color Harmonies of #294493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294493

Black with #294493

Text Example


Text Example

White with #294493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294493; }

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

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

background-color css

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

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

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

border-color css

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

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

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