Html Css Color HEX #294893 Tory Blue

📋 copy color: '#294893'

red 41 ◦ green 72 ◦ blue 147

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

Shades of Tory Blue #294893

Tints of Tory Blue #294893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.69%

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

R = 15.77%
G = 27.69%
B = 56.54%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294893 (or 0x294893) is known color: Tory Blue. HEX triplet: 29, 48 and 93. RGB value is (41,72,147). Sum of RGB (Red+Green+Blue) = 41+72+147=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #294893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294893 is #D6B76C. Grayscale: #464646. Windows color (decimal): -14071661 or 9652265. OLE color: 9652265.

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

Color convert

RGB 41 72 147 -
CMYK 0.72 0.51 0 0.42
HSL 222.45º 0.56% 0.37% -
HSV(B) 222.45º 0.72% 0.58% -
XYZ 8.5 7.21 28.55 -
YUV 71.28 170.73 106.4 -
System Red Green Blue C M Y K H S L
Decimal 41 72 147 0.72 0.51 0 0.42 222.45 0.56 0.37
Hex 29 48 93 48 33 0 2A DE 38 25
Octal 51 110 223 110 63 0 52 336 70 45
Binary 101001 1001000 10010011 1001000 110011 0 101010 11011110 111000 100101

Color Harmonies of #294893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294893

Black with #294893

Text Example


Text Example

White with #294893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294893; }

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

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

background-color css

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

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

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

border-color css

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

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

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