Html Css Color HEX #294398 Tory Blue

📋 copy color: '#294398'

red 41 ◦ green 67 ◦ blue 152

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

Shades of Tory Blue #294398

Tints of Tory Blue #294398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.77%

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

R = 15.77%
G = 25.77%
B = 58.46%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#294398 (or 0x294398) is known color: Tory Blue. HEX triplet: 29, 43 and 98. RGB value is (41,67,152). Sum of RGB (Red+Green+Blue) = 41+67+152=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #294398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294398 is #D6BC67. Grayscale: #444444. Windows color (decimal): -14072936 or 9978665. OLE color: 9978665.

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

Color convert

RGB 41 67 152 -
CMYK 0.73 0.56 0 0.40
HSL 225.95º 0.58% 0.38% -
HSV(B) 225.95º 0.73% 0.6% -
XYZ 8.59 6.75 30.56 -
YUV 68.92 174.89 108.09 -
System Red Green Blue C M Y K H S L
Decimal 41 67 152 0.73 0.56 0 0.40 225.95 0.58 0.38
Hex 29 43 98 49 38 0 28 E2 3A 26
Octal 51 103 230 111 70 0 50 342 72 46
Binary 101001 1000011 10011000 1001001 111000 0 101000 11100010 111010 100110

Color Harmonies of #294398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294398

Black with #294398

Text Example


Text Example

White with #294398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294398; }

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

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

background-color css

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

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

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

border-color css

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

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

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