Html Css Color HEX #294695 Tory Blue

📋 copy color: '#294695'

red 41 ◦ green 70 ◦ blue 149

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

Shades of Tory Blue #294695

Tints of Tory Blue #294695

RGB

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

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

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

R = 15.77%
G = 26.92%
B = 57.31%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294695 (or 0x294695) is known color: Tory Blue. HEX triplet: 29, 46 and 95. RGB value is (41,70,149). Sum of RGB (Red+Green+Blue) = 41+70+149=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #294695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294695 is #D6B96A. Grayscale: #454545. Windows color (decimal): -14072171 or 9782825. OLE color: 9782825.

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

Color convert

RGB 41 70 149 -
CMYK 0.72 0.53 0 0.42
HSL 223.89º 0.57% 0.37% -
HSV(B) 223.89º 0.72% 0.58% -
XYZ 8.53 7.02 29.34 -
YUV 70.34 172.39 107.08 -
System Red Green Blue C M Y K H S L
Decimal 41 70 149 0.72 0.53 0 0.42 223.89 0.57 0.37
Hex 29 46 95 48 35 0 2A E0 39 25
Octal 51 106 225 110 65 0 52 340 71 45
Binary 101001 1000110 10010101 1001000 110101 0 101010 11100000 111001 100101

Color Harmonies of #294695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294695

Black with #294695

Text Example


Text Example

White with #294695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294695; }

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

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

background-color css

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

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

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

border-color css

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

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

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