Html Css Color HEX #294394 Tory Blue

📋 copy color: '#294394'

red 41 ◦ green 67 ◦ blue 148

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

Shades of Tory Blue #294394

Tints of Tory Blue #294394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.81%

R = 16.02%
G = 26.17%
B = 57.81%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294394 (or 0x294394) is known color: Tory Blue. HEX triplet: 29, 43 and 94. RGB value is (41,67,148). Sum of RGB (Red+Green+Blue) = 41+67+148=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #294394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294394 is #D6BC6B. Grayscale: #444444. Windows color (decimal): -14072940 or 9716521. OLE color: 9716521.

HSL color Cylindrical-coordinate representation of color #294394: hue angle of 225.42º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294394 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 67 148 -
CMYK 0.72 0.55 0 0.42
HSL 225.42º 0.57% 0.37% -
HSV(B) 225.42º 0.72% 0.58% -
XYZ 8.27 6.62 28.86 -
YUV 68.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 41 67 148 0.72 0.55 0 0.42 225.42 0.57 0.37
Hex 29 43 94 48 37 0 2A E1 39 25
Octal 51 103 224 110 67 0 52 341 71 45
Binary 101001 1000011 10010100 1001000 110111 0 101010 11100001 111001 100101

Color Harmonies of #294394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294394

Black with #294394

Text Example


Text Example

White with #294394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294394; }

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

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

background-color css

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

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

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

border-color css

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

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

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