Html Css Color HEX #294B90 Tory Blue

📋 copy color: '#294B90'

red 41 ◦ green 75 ◦ blue 144

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

Shades of Tory Blue #294B90

Tints of Tory Blue #294B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.38%

R = 15.77%
G = 28.85%
B = 55.38%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#294B90 (or 0x294B90) is known color: Tory Blue. HEX triplet: 29, 4B and 90. RGB value is (41,75,144). Sum of RGB (Red+Green+Blue) = 41+75+144=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #294B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294B90 is #D6B46F. Grayscale: #484848. Windows color (decimal): -14070896 or 9456425. OLE color: 9456425.

HSL color Cylindrical-coordinate representation of color #294B90: hue angle of 220.19º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294B90 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 75 144 -
CMYK 0.72 0.48 0 0.44
HSL 220.19º 0.56% 0.36% -
HSV(B) 220.19º 0.72% 0.56% -
XYZ 8.46 7.52 27.39 -
YUV 72.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 41 75 144 0.72 0.48 0 0.44 220.19 0.56 0.36
Hex 29 4B 90 48 30 0 2C DC 38 24
Octal 51 113 220 110 60 0 54 334 70 44
Binary 101001 1001011 10010000 1001000 110000 0 101100 11011100 111000 100100

Color Harmonies of #294B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B90

Black with #294B90

Text Example


Text Example

White with #294B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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