Html Css Color HEX #294495 Tory Blue

📋 copy color: '#294495'

red 41 ◦ green 68 ◦ blue 149

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

Shades of Tory Blue #294495

Tints of Tory Blue #294495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 57.75%

R = 15.89%
G = 26.36%
B = 57.75%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294495 (or 0x294495) is known color: Tory Blue. HEX triplet: 29, 44 and 95. RGB value is (41,68,149). Sum of RGB (Red+Green+Blue) = 41+68+149=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #294495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294495 is #D6BB6A. Grayscale: #444444. Windows color (decimal): -14072683 or 9782313. OLE color: 9782313.

HSL color Cylindrical-coordinate representation of color #294495: hue angle of 225º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294495 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 68 149 -
CMYK 0.72 0.54 0 0.42
HSL 225º 0.57% 0.37% -
HSV(B) 225º 0.72% 0.58% -
XYZ 8.41 6.78 29.3 -
YUV 69.16 173.05 107.91 -
System Red Green Blue C M Y K H S L
Decimal 41 68 149 0.72 0.54 0 0.42 225 0.57 0.37
Hex 29 44 95 48 36 0 2A E1 39 25
Octal 51 104 225 110 66 0 52 341 71 45
Binary 101001 1000100 10010101 1001000 110110 0 101010 11100001 111001 100101

Color Harmonies of #294495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294495

Black with #294495

Text Example


Text Example

White with #294495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294495; }

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

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

background-color css

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

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

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

border-color css

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

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

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