Html Css Color HEX #294698 Tory Blue

📋 copy color: '#294698'

red 41 ◦ green 70 ◦ blue 152

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

Shades of Tory Blue #294698

Tints of Tory Blue #294698

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

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

R = 15.59%
G = 26.62%
B = 57.79%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#294698 (or 0x294698) is known color: Tory Blue. HEX triplet: 29, 46 and 98. RGB value is (41,70,152). Sum of RGB (Red+Green+Blue) = 41+70+152=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #294698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294698 is #D6B967. Grayscale: #464646. Windows color (decimal): -14072168 or 9979433. OLE color: 9979433.

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

Color convert

RGB 41 70 152 -
CMYK 0.73 0.54 0 0.40
HSL 224.32º 0.58% 0.38% -
HSV(B) 224.32º 0.73% 0.6% -
XYZ 8.77 7.12 30.62 -
YUV 70.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 41 70 152 0.73 0.54 0 0.40 224.32 0.58 0.38
Hex 29 46 98 49 36 0 28 E0 3A 26
Octal 51 106 230 111 66 0 50 340 72 46
Binary 101001 1000110 10011000 1001001 110110 0 101000 11100000 111010 100110

Color Harmonies of #294698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294698

Black with #294698

Text Example


Text Example

White with #294698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294698; }

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

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

background-color css

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

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

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

border-color css

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

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

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