Html Css Color HEX #294296 Tory Blue

📋 copy color: '#294296'

red 41 ◦ green 66 ◦ blue 150

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

Shades of Tory Blue #294296

Tints of Tory Blue #294296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 58.37%

R = 15.95%
G = 25.68%
B = 58.37%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#294296 (or 0x294296) is known color: Tory Blue. HEX triplet: 29, 42 and 96. RGB value is (41,66,150). Sum of RGB (Red+Green+Blue) = 41+66+150=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #294296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294296 is #D6BD69. Grayscale: #434343. Windows color (decimal): -14073194 or 9847337. OLE color: 9847337.

HSL color Cylindrical-coordinate representation of color #294296: hue angle of 226.24º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294296 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 66 150 -
CMYK 0.73 0.56 0 0.41
HSL 226.24º 0.57% 0.37% -
HSV(B) 226.24º 0.73% 0.59% -
XYZ 8.37 6.57 29.68 -
YUV 68.1 174.22 108.67 -
System Red Green Blue C M Y K H S L
Decimal 41 66 150 0.73 0.56 0 0.41 226.24 0.57 0.37
Hex 29 42 96 49 38 0 29 E2 39 25
Octal 51 102 226 111 70 0 51 342 71 45
Binary 101001 1000010 10010110 1001001 111000 0 101001 11100010 111001 100101

Color Harmonies of #294296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294296

Black with #294296

Text Example


Text Example

White with #294296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294296; }

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

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

background-color css

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

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

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

border-color css

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

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

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