Html Css Color HEX #294B9B Tory Blue

📋 copy color: '#294B9B'

red 41 ◦ green 75 ◦ blue 155

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

Shades of Tory Blue #294B9B

Tints of Tory Blue #294B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.2%

R = 15.13%
G = 27.68%
B = 57.2%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#294B9B (or 0x294B9B) is known color: Tory Blue. HEX triplet: 29, 4B and 9B. RGB value is (41,75,155). Sum of RGB (Red+Green+Blue) = 41+75+155=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #294B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #294B9B is #D6B464. Grayscale: #494949. Windows color (decimal): -14070885 or 10177321. OLE color: 10177321.

HSL color Cylindrical-coordinate representation of color #294B9B: hue angle of 222.11º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #294B9B is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 75 155 -
CMYK 0.74 0.52 0 0.39
HSL 222.11º 0.58% 0.38% -
HSV(B) 222.11º 0.74% 0.61% -
XYZ 9.35 7.87 32.04 -
YUV 73.95 173.74 104.5 -
System Red Green Blue C M Y K H S L
Decimal 41 75 155 0.74 0.52 0 0.39 222.11 0.58 0.38
Hex 29 4B 9B 4A 34 0 27 DE 3A 26
Octal 51 113 233 112 64 0 47 336 72 46
Binary 101001 1001011 10011011 1001010 110100 0 100111 11011110 111010 100110

Color Harmonies of #294B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294B9B

Black with #294B9B

Text Example


Text Example

White with #294B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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