Html Css Color HEX #294592 Tory Blue

📋 copy color: '#294592'

red 41 ◦ green 69 ◦ blue 146

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

Shades of Tory Blue #294592

Tints of Tory Blue #294592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.95%

 BLUE value IS 146 (57.42% from 255) = 57.03%

R = 16.02%
G = 26.95%
B = 57.03%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#294592 (or 0x294592) is known color: Tory Blue. HEX triplet: 29, 45 and 92. RGB value is (41,69,146). Sum of RGB (Red+Green+Blue) = 41+69+146=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #294592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294592 is #D6BA6D. Grayscale: #454545. Windows color (decimal): -14072430 or 9585961. OLE color: 9585961.

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

Color convert

RGB 41 69 146 -
CMYK 0.72 0.53 0 0.43
HSL 224º 0.56% 0.37% -
HSV(B) 224º 0.72% 0.57% -
XYZ 8.23 6.8 28.07 -
YUV 69.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 41 69 146 0.72 0.53 0 0.43 224 0.56 0.37
Hex 29 45 92 48 35 0 2B E0 38 25
Octal 51 105 222 110 65 0 53 340 70 45
Binary 101001 1000101 10010010 1001000 110101 0 101011 11100000 111000 100101

Color Harmonies of #294592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294592

Black with #294592

Text Example


Text Example

White with #294592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294592; }

 p { color: rgb(41,69,146); }

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

background-color css

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

 a { background-color: rgb(41,69,146); }

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

border-color css

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

 span { border-color: rgb(41,69,146); }

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