Html Css Color HEX #294095 Tory Blue

📋 copy color: '#294095'

red 41 ◦ green 64 ◦ blue 149

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

Shades of Tory Blue #294095

Tints of Tory Blue #294095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

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

R = 16.14%
G = 25.2%
B = 58.66%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294095 (or 0x294095) is known color: Tory Blue. HEX triplet: 29, 40 and 95. RGB value is (41,64,149). Sum of RGB (Red+Green+Blue) = 41+64+149=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #294095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294095 is #D6BF6A. Grayscale: #424242. Windows color (decimal): -14073707 or 9781289. OLE color: 9781289.

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

Color convert

RGB 41 64 149 -
CMYK 0.72 0.57 0 0.42
HSL 227.22º 0.57% 0.37% -
HSV(B) 227.22º 0.72% 0.58% -
XYZ 8.17 6.31 29.22 -
YUV 66.81 174.38 109.59 -
System Red Green Blue C M Y K H S L
Decimal 41 64 149 0.72 0.57 0 0.42 227.22 0.57 0.37
Hex 29 40 95 48 39 0 2A E3 39 25
Octal 51 100 225 110 71 0 52 343 71 45
Binary 101001 1000000 10010101 1001000 111001 0 101010 11100011 111001 100101

Color Harmonies of #294095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294095

Black with #294095

Text Example


Text Example

White with #294095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294095; }

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

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

background-color css

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

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

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

border-color css

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

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

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