Html Css Color HEX #294387 Tory Blue

📋 copy color: '#294387'

red 41 ◦ green 67 ◦ blue 135

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

Shades of Tory Blue #294387

Tints of Tory Blue #294387

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.57%

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

R = 16.87%
G = 27.57%
B = 55.56%

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

#294387 (or 0x294387) is known color: Tory Blue. HEX triplet: 29, 43 and 87. RGB value is (41,67,135). Sum of RGB (Red+Green+Blue) = 41+67+135=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 135 (53.12% from 255 or 55.56% from 243); Max value from RGB is 135 - color contains mainly: blue. Hex color #294387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294387 is #D6BC78. Grayscale: #424242. Windows color (decimal): -14072953 or 8864553. OLE color: 8864553.

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

Color convert

RGB 41 67 135 -
CMYK 0.70 0.50 0 0.47
HSL 223.4º 0.53% 0.35% -
HSV(B) 223.4º 0.7% 0.53% -
XYZ 7.29 6.23 23.74 -
YUV 66.98 166.39 109.47 -
System Red Green Blue C M Y K H S L
Decimal 41 67 135 0.70 0.50 0 0.47 223.4 0.53 0.35
Hex 29 43 87 46 32 0 2F DF 35 23
Octal 51 103 207 106 62 0 57 337 65 43
Binary 101001 1000011 10000111 1000110 110010 0 101111 11011111 110101 100011

Color Harmonies of #294387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294387

Black with #294387

Text Example


Text Example

White with #294387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294387; }

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

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

background-color css

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

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

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

border-color css

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

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

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