Html Css Color HEX #294690 Tory Blue

📋 copy color: '#294690'

red 41 ◦ green 70 ◦ blue 144

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

Shades of Tory Blue #294690

Tints of Tory Blue #294690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.45%

 BLUE value IS 144 (56.64% from 255) = 56.47%

R = 16.08%
G = 27.45%
B = 56.47%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#294690 (or 0x294690) is known color: Tory Blue. HEX triplet: 29, 46 and 90. RGB value is (41,70,144). Sum of RGB (Red+Green+Blue) = 41+70+144=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #294690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294690 is #D6B96F. Grayscale: #454545. Windows color (decimal): -14072176 or 9455145. OLE color: 9455145.

HSL color Cylindrical-coordinate representation of color #294690: hue angle of 223.11º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294690 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 70 144 -
CMYK 0.72 0.51 0 0.44
HSL 223.11º 0.56% 0.36% -
HSV(B) 223.11º 0.72% 0.56% -
XYZ 8.14 6.87 27.28 -
YUV 69.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 41 70 144 0.72 0.51 0 0.44 223.11 0.56 0.36
Hex 29 46 90 48 33 0 2C DF 38 24
Octal 51 106 220 110 63 0 54 337 70 44
Binary 101001 1000110 10010000 1001000 110011 0 101100 11011111 111000 100100

Color Harmonies of #294690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294690

Black with #294690

Text Example


Text Example

White with #294690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294690; }

 p { color: rgb(41,70,144); }

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

background-color css

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

 a { background-color: rgb(41,70,144); }

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

border-color css

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

 span { border-color: rgb(41,70,144); }

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