Html Css Color HEX #294285 Tory Blue

📋 copy color: '#294285'

red 41 ◦ green 66 ◦ blue 133

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

Shades of Tory Blue #294285

Tints of Tory Blue #294285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 55.42%

R = 17.08%
G = 27.5%
B = 55.42%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#294285 (or 0x294285) is known color: Tory Blue. HEX triplet: 29, 42 and 85. RGB value is (41,66,133). Sum of RGB (Red+Green+Blue) = 41+66+133=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #294285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294285 is #D6BD7A. Grayscale: #414141. Windows color (decimal): -14073211 or 8733225. OLE color: 8733225.

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

Color convert

RGB 41 66 133 -
CMYK 0.69 0.50 0 0.48
HSL 223.7º 0.53% 0.34% -
HSV(B) 223.7º 0.69% 0.52% -
XYZ 7.1 6.06 22.99 -
YUV 66.16 165.72 110.05 -
System Red Green Blue C M Y K H S L
Decimal 41 66 133 0.69 0.50 0 0.48 223.7 0.53 0.34
Hex 29 42 85 45 32 0 30 E0 35 22
Octal 51 102 205 105 62 0 60 340 65 42
Binary 101001 1000010 10000101 1000101 110010 0 110000 11100000 110101 100010

Color Harmonies of #294285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294285

Black with #294285

Text Example


Text Example

White with #294285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294285; }

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

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

background-color css

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

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

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

border-color css

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

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

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