Html Css Color HEX #294098 Tory Blue

📋 copy color: '#294098'

red 41 ◦ green 64 ◦ blue 152

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

Shades of Tory Blue #294098

Tints of Tory Blue #294098

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.9%

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

R = 15.95%
G = 24.9%
B = 59.14%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#294098 (or 0x294098) is known color: Tory Blue. HEX triplet: 29, 40 and 98. RGB value is (41,64,152). Sum of RGB (Red+Green+Blue) = 41+64+152=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #294098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294098 is #D6BF67. Grayscale: #424242. Windows color (decimal): -14073704 or 9977897. OLE color: 9977897.

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

Color convert

RGB 41 64 152 -
CMYK 0.73 0.58 0 0.40
HSL 227.57º 0.58% 0.38% -
HSV(B) 227.57º 0.73% 0.6% -
XYZ 8.42 6.41 30.5 -
YUV 67.16 175.88 109.34 -
System Red Green Blue C M Y K H S L
Decimal 41 64 152 0.73 0.58 0 0.40 227.57 0.58 0.38
Hex 29 40 98 49 3A 0 28 E4 3A 26
Octal 51 100 230 111 72 0 50 344 72 46
Binary 101001 1000000 10011000 1001001 111010 0 101000 11100100 111010 100110

Color Harmonies of #294098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294098

Black with #294098

Text Example


Text Example

White with #294098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294098; }

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

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

background-color css

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

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

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

border-color css

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

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

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