Html Css Color HEX #294094 Tory Blue

📋 copy color: '#294094'

red 41 ◦ green 64 ◦ blue 148

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

Shades of Tory Blue #294094

Tints of Tory Blue #294094

RGB

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

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

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

R = 16.21%
G = 25.3%
B = 58.5%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294094 (or 0x294094) is known color: Tory Blue. HEX triplet: 29, 40 and 94. RGB value is (41,64,148). Sum of RGB (Red+Green+Blue) = 41+64+148=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #294094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294094 is #D6BF6B. Grayscale: #424242. Windows color (decimal): -14073708 or 9715753. OLE color: 9715753.

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

Color convert

RGB 41 64 148 -
CMYK 0.72 0.57 0 0.42
HSL 227.1º 0.57% 0.37% -
HSV(B) 227.1º 0.72% 0.58% -
XYZ 8.09 6.28 28.8 -
YUV 66.7 173.88 109.67 -
System Red Green Blue C M Y K H S L
Decimal 41 64 148 0.72 0.57 0 0.42 227.1 0.57 0.37
Hex 29 40 94 48 39 0 2A E3 39 25
Octal 51 100 224 110 71 0 52 343 71 45
Binary 101001 1000000 10010100 1001000 111001 0 101010 11100011 111001 100101

Color Harmonies of #294094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294094

Black with #294094

Text Example


Text Example

White with #294094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294094; }

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

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

background-color css

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

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

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

border-color css

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

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

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