Html Css Color HEX #294298 Tory Blue

📋 copy color: '#294298'

red 41 ◦ green 66 ◦ blue 152

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

Shades of Tory Blue #294298

Tints of Tory Blue #294298

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.48%

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

R = 15.83%
G = 25.48%
B = 58.69%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#294298 (or 0x294298) is known color: Tory Blue. HEX triplet: 29, 42 and 98. RGB value is (41,66,152). Sum of RGB (Red+Green+Blue) = 41+66+152=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #294298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294298 is #D6BD67. Grayscale: #434343. Windows color (decimal): -14073192 or 9978409. OLE color: 9978409.

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

Color convert

RGB 41 66 152 -
CMYK 0.73 0.57 0 0.40
HSL 226.49º 0.58% 0.38% -
HSV(B) 226.49º 0.73% 0.6% -
XYZ 8.53 6.63 30.54 -
YUV 68.33 175.22 108.51 -
System Red Green Blue C M Y K H S L
Decimal 41 66 152 0.73 0.57 0 0.40 226.49 0.58 0.38
Hex 29 42 98 49 39 0 28 E2 3A 26
Octal 51 102 230 111 71 0 50 342 72 46
Binary 101001 1000010 10011000 1001001 111001 0 101000 11100010 111010 100110

Color Harmonies of #294298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294298

Black with #294298

Text Example


Text Example

White with #294298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294298; }

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

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

background-color css

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

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

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

border-color css

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

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

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