Html Css Color HEX #294594 Tory Blue

📋 copy color: '#294594'

red 41 ◦ green 69 ◦ blue 148

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

Shades of Tory Blue #294594

Tints of Tory Blue #294594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.36%

R = 15.89%
G = 26.74%
B = 57.36%

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

#294594 (or 0x294594) is known color: Tory Blue. HEX triplet: 29, 45 and 94. RGB value is (41,69,148). Sum of RGB (Red+Green+Blue) = 41+69+148=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #294594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294594 is #D6BA6B. Grayscale: #454545. Windows color (decimal): -14072428 or 9717033. OLE color: 9717033.

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

Color convert

RGB 41 69 148 -
CMYK 0.72 0.53 0 0.42
HSL 224.3º 0.57% 0.37% -
HSV(B) 224.3º 0.72% 0.58% -
XYZ 8.39 6.87 28.9 -
YUV 69.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 41 69 148 0.72 0.53 0 0.42 224.3 0.57 0.37
Hex 29 45 94 48 35 0 2A E0 39 25
Octal 51 105 224 110 65 0 52 340 71 45
Binary 101001 1000101 10010100 1001000 110101 0 101010 11100000 111001 100101

Color Harmonies of #294594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294594

Black with #294594

Text Example


Text Example

White with #294594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294594; }

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

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

background-color css

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

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

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

border-color css

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

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

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