Html Css Color HEX #294189 Tory Blue

📋 copy color: '#294189'

red 41 ◦ green 65 ◦ blue 137

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

Shades of Tory Blue #294189

Tints of Tory Blue #294189

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.75%

 BLUE value IS 137 (53.91% from 255) = 56.38%

R = 16.87%
G = 26.75%
B = 56.38%

CMYK

 C value IS 0.70

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#294189 (or 0x294189) is known color: Tory Blue. HEX triplet: 29, 41 and 89. RGB value is (41,65,137). Sum of RGB (Red+Green+Blue) = 41+65+137=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #294189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294189 is #D6BE76. Grayscale: #414141. Windows color (decimal): -14073463 or 8995113. OLE color: 8995113.

HSL color Cylindrical-coordinate representation of color #294189: hue angle of 225º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #294189 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 65 137 -
CMYK 0.70 0.53 0 0.46
HSL 225º 0.54% 0.35% -
HSV(B) 225º 0.7% 0.54% -
XYZ 7.32 6.06 24.45 -
YUV 66.03 168.05 110.15 -
System Red Green Blue C M Y K H S L
Decimal 41 65 137 0.70 0.53 0 0.46 225 0.54 0.35
Hex 29 41 89 46 35 0 2E E1 36 23
Octal 51 101 211 106 65 0 56 341 66 43
Binary 101001 1000001 10001001 1000110 110101 0 101110 11100001 110110 100011

Color Harmonies of #294189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294189

Black with #294189

Text Example


Text Example

White with #294189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294189; }

 p { color: rgb(41,65,137); }

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

background-color css

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

 a { background-color: rgb(41,65,137); }

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

border-color css

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

 span { border-color: rgb(41,65,137); }

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