Html Css Color HEX #294087 Tory Blue

📋 copy color: '#294087'

red 41 ◦ green 64 ◦ blue 135

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

Shades of Tory Blue #294087

Tints of Tory Blue #294087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.67%

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

R = 17.08%
G = 26.67%
B = 56.25%

CMYK

 C value IS 0.70

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#294087 (or 0x294087) is known color: Tory Blue. HEX triplet: 29, 40 and 87. RGB value is (41,64,135). Sum of RGB (Red+Green+Blue) = 41+64+135=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #294087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294087 is #D6BF78. Grayscale: #404040. Windows color (decimal): -14073721 or 8863785. OLE color: 8863785.

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

Color convert

RGB 41 64 135 -
CMYK 0.70 0.53 0 0.47
HSL 225.32º 0.53% 0.35% -
HSV(B) 225.32º 0.7% 0.53% -
XYZ 7.12 5.89 23.68 -
YUV 65.22 167.38 110.73 -
System Red Green Blue C M Y K H S L
Decimal 41 64 135 0.70 0.53 0 0.47 225.32 0.53 0.35
Hex 29 40 87 46 35 0 2F E1 35 23
Octal 51 100 207 106 65 0 57 341 65 43
Binary 101001 1000000 10000111 1000110 110101 0 101111 11100001 110101 100011

Color Harmonies of #294087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294087

Black with #294087

Text Example


Text Example

White with #294087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294087; }

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

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

background-color css

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

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

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

border-color css

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

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

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