Html Css Color HEX #294F96 Endeavour

📋 copy color: '#294F96'

red 41 ◦ green 79 ◦ blue 150

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

Shades of Endeavour #294F96

Tints of Endeavour #294F96

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.26%

 BLUE value IS 150 (58.98% from 255) = 55.56%

R = 15.19%
G = 29.26%
B = 55.56%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#294F96 (or 0x294F96) is known color: Endeavour. HEX triplet: 29, 4F and 96. RGB value is (41,79,150). Sum of RGB (Red+Green+Blue) = 41+79+150=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #294F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294F96 is #D6B069. Grayscale: #4B4B4B. Windows color (decimal): -14069866 or 9850665. OLE color: 9850665.

HSL color Cylindrical-coordinate representation of color #294F96: hue angle of 219.08º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294F96 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 79 150 -
CMYK 0.73 0.47 0 0.41
HSL 219.08º 0.57% 0.37% -
HSV(B) 219.08º 0.73% 0.59% -
XYZ 9.22 8.27 29.96 -
YUV 75.73 169.91 103.23 -
System Red Green Blue C M Y K H S L
Decimal 41 79 150 0.73 0.47 0 0.41 219.08 0.57 0.37
Hex 29 4F 96 49 2F 0 29 DB 39 25
Octal 51 117 226 111 57 0 51 333 71 45
Binary 101001 1001111 10010110 1001001 101111 0 101001 11011011 111001 100101

Color Harmonies of #294F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F96

Black with #294F96

Text Example


Text Example

White with #294F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,79,150); }

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

background-color css

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

 a { background-color: rgb(41,79,150); }

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

border-color css

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

 span { border-color: rgb(41,79,150); }

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