Html Css Color HEX #294798 Tory Blue

📋 copy color: '#294798'

red 41 ◦ green 71 ◦ blue 152

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

Shades of Tory Blue #294798

Tints of Tory Blue #294798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.89%

 BLUE value IS 152 (59.77% from 255) = 57.58%

R = 15.53%
G = 26.89%
B = 57.58%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#294798 (or 0x294798) is known color: Tory Blue. HEX triplet: 29, 47 and 98. RGB value is (41,71,152). Sum of RGB (Red+Green+Blue) = 41+71+152=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #294798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294798 is #D6B867. Grayscale: #464646. Windows color (decimal): -14071912 or 9979689. OLE color: 9979689.

HSL color Cylindrical-coordinate representation of color #294798: hue angle of 223.78º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294798 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 71 152 -
CMYK 0.73 0.53 0 0.40
HSL 223.78º 0.58% 0.38% -
HSV(B) 223.78º 0.73% 0.6% -
XYZ 8.84 7.24 30.64 -
YUV 71.26 173.56 106.41 -
System Red Green Blue C M Y K H S L
Decimal 41 71 152 0.73 0.53 0 0.40 223.78 0.58 0.38
Hex 29 47 98 49 35 0 28 E0 3A 26
Octal 51 107 230 111 65 0 50 340 72 46
Binary 101001 1000111 10011000 1001001 110101 0 101000 11100000 111010 100110

Color Harmonies of #294798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294798

Black with #294798

Text Example


Text Example

White with #294798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294798; }

 p { color: rgb(41,71,152); }

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

background-color css

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

 a { background-color: rgb(41,71,152); }

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

border-color css

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

 span { border-color: rgb(41,71,152); }

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