Html Css Color HEX #294289 Tory Blue

📋 copy color: '#294289'

red 41 ◦ green 66 ◦ blue 137

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

Shades of Tory Blue #294289

Tints of Tory Blue #294289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.05%

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

R = 16.8%
G = 27.05%
B = 56.15%

CMYK

 C value IS 0.70

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#294289 (or 0x294289) is known color: Tory Blue. HEX triplet: 29, 42 and 89. RGB value is (41,66,137). Sum of RGB (Red+Green+Blue) = 41+66+137=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #294289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294289 is #D6BD76. Grayscale: #424242. Windows color (decimal): -14073207 or 8995369. OLE color: 8995369.

HSL color Cylindrical-coordinate representation of color #294289: hue angle of 224.38º 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 #294289 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 66 137 -
CMYK 0.70 0.52 0 0.46
HSL 224.38º 0.54% 0.35% -
HSV(B) 224.38º 0.7% 0.54% -
XYZ 7.38 6.17 24.47 -
YUV 66.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 41 66 137 0.70 0.52 0 0.46 224.38 0.54 0.35
Hex 29 42 89 46 34 0 2E E0 36 23
Octal 51 102 211 106 64 0 56 340 66 43
Binary 101001 1000010 10001001 1000110 110100 0 101110 11100000 110110 100011

Color Harmonies of #294289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294289

Black with #294289

Text Example


Text Example

White with #294289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294289; }

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

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

background-color css

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

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

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

border-color css

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

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

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