Html Css Color HEX #294487 Tory Blue

📋 copy color: '#294487'

red 41 ◦ green 68 ◦ blue 135

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

Shades of Tory Blue #294487

Tints of Tory Blue #294487

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.87%

 BLUE value IS 135 (53.13% from 255) = 55.33%

R = 16.8%
G = 27.87%
B = 55.33%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#294487 (or 0x294487) is known color: Tory Blue. HEX triplet: 29, 44 and 87. RGB value is (41,68,135). Sum of RGB (Red+Green+Blue) = 41+68+135=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #294487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294487 is #D6BB78. Grayscale: #434343. Windows color (decimal): -14072697 or 8864809. OLE color: 8864809.

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

Color convert

RGB 41 68 135 -
CMYK 0.70 0.50 0 0.47
HSL 222.77º 0.53% 0.35% -
HSV(B) 222.77º 0.7% 0.53% -
XYZ 7.35 6.35 23.76 -
YUV 67.57 166.05 109.05 -
System Red Green Blue C M Y K H S L
Decimal 41 68 135 0.70 0.50 0 0.47 222.77 0.53 0.35
Hex 29 44 87 46 32 0 2F DF 35 23
Octal 51 104 207 106 62 0 57 337 65 43
Binary 101001 1000100 10000111 1000110 110010 0 101111 11011111 110101 100011

Color Harmonies of #294487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294487

Black with #294487

Text Example


Text Example

White with #294487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294487; }

 p { color: rgb(41,68,135); }

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

background-color css

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

 a { background-color: rgb(41,68,135); }

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

border-color css

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

 span { border-color: rgb(41,68,135); }

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