Html Css Color HEX #294286 Tory Blue

📋 copy color: '#294286'

red 41 ◦ green 66 ◦ blue 134

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

Shades of Tory Blue #294286

Tints of Tory Blue #294286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 55.6%

R = 17.01%
G = 27.39%
B = 55.6%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#294286 (or 0x294286) is known color: Tory Blue. HEX triplet: 29, 42 and 86. RGB value is (41,66,134). Sum of RGB (Red+Green+Blue) = 41+66+134=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #294286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294286 is #D6BD79. Grayscale: #414141. Windows color (decimal): -14073210 or 8798761. OLE color: 8798761.

HSL color Cylindrical-coordinate representation of color #294286: hue angle of 223.87º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #294286 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 66 134 -
CMYK 0.69 0.51 0 0.47
HSL 223.87º 0.53% 0.34% -
HSV(B) 223.87º 0.69% 0.53% -
XYZ 7.17 6.09 23.35 -
YUV 66.28 166.22 109.97 -
System Red Green Blue C M Y K H S L
Decimal 41 66 134 0.69 0.51 0 0.47 223.87 0.53 0.34
Hex 29 42 86 45 33 0 2F E0 35 22
Octal 51 102 206 105 63 0 57 340 65 42
Binary 101001 1000010 10000110 1000101 110011 0 101111 11100000 110101 100010

Color Harmonies of #294286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294286

Black with #294286

Text Example


Text Example

White with #294286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294286; }

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

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

background-color css

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

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

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

border-color css

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

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

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