Html Css Color HEX #294295 Tory Blue

📋 copy color: '#294295'

red 41 ◦ green 66 ◦ blue 149

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

Shades of Tory Blue #294295

Tints of Tory Blue #294295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.78%

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

R = 16.02%
G = 25.78%
B = 58.2%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294295 (or 0x294295) is known color: Tory Blue. HEX triplet: 29, 42 and 95. RGB value is (41,66,149). Sum of RGB (Red+Green+Blue) = 41+66+149=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #294295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294295 is #D6BD6A. Grayscale: #434343. Windows color (decimal): -14073195 or 9781801. OLE color: 9781801.

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

Color convert

RGB 41 66 149 -
CMYK 0.72 0.56 0 0.42
HSL 226.11º 0.57% 0.37% -
HSV(B) 226.11º 0.72% 0.58% -
XYZ 8.29 6.54 29.26 -
YUV 67.99 173.72 108.75 -
System Red Green Blue C M Y K H S L
Decimal 41 66 149 0.72 0.56 0 0.42 226.11 0.57 0.37
Hex 29 42 95 48 38 0 2A E2 39 25
Octal 51 102 225 110 70 0 52 342 71 45
Binary 101001 1000010 10010101 1001000 111000 0 101010 11100010 111001 100101

Color Harmonies of #294295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294295

Black with #294295

Text Example


Text Example

White with #294295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294295; }

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

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

background-color css

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

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

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

border-color css

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

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

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