Html Css Color HEX #294BA0 Tory Blue

📋 copy color: '#294BA0'

red 41 ◦ green 75 ◦ blue 160

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

Shades of Tory Blue #294BA0

Tints of Tory Blue #294BA0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.17%

 BLUE value IS 160 (62.89% from 255) = 57.97%

R = 14.86%
G = 27.17%
B = 57.97%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#294BA0 (or 0x294BA0) is known color: Tory Blue. HEX triplet: 29, 4B and A0. RGB value is (41,75,160). Sum of RGB (Red+Green+Blue) = 41+75+160=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 160 (62.89% from 255 or 57.97% from 276); Max value from RGB is 160 - color contains mainly: blue. Hex color #294BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294BA0 is #D6B45F. Grayscale: #4A4A4A. Windows color (decimal): -14070880 or 10505001. OLE color: 10505001.

HSL color Cylindrical-coordinate representation of color #294BA0: hue angle of 222.86º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #294BA0 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 75 160 -
CMYK 0.74 0.53 0 0.37
HSL 222.86º 0.59% 0.39% -
HSV(B) 222.86º 0.74% 0.63% -
XYZ 9.78 8.04 34.29 -
YUV 74.52 176.24 104.09 -
System Red Green Blue C M Y K H S L
Decimal 41 75 160 0.74 0.53 0 0.37 222.86 0.59 0.39
Hex 29 4B A0 4A 35 0 25 DF 3B 27
Octal 51 113 240 112 65 0 45 337 73 47
Binary 101001 1001011 10100000 1001010 110101 0 100101 11011111 111011 100111

Color Harmonies of #294BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294BA0

Black with #294BA0

Text Example


Text Example

White with #294BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294BA0; }

 p { color: rgb(41,75,160); }

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

background-color css

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

 a { background-color: rgb(41,75,160); }

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

border-color css

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

 span { border-color: rgb(41,75,160); }

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