Html Css Color HEX #294E90 Endeavour

📋 copy color: '#294E90'

red 41 ◦ green 78 ◦ blue 144

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

Shades of Endeavour #294E90

Tints of Endeavour #294E90

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.66%

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

R = 15.59%
G = 29.66%
B = 54.75%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#294E90 (or 0x294E90) is known color: Endeavour. HEX triplet: 29, 4E and 90. RGB value is (41,78,144). Sum of RGB (Red+Green+Blue) = 41+78+144=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #294E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294E90 is #D6B16F. Grayscale: #4A4A4A. Windows color (decimal): -14070128 or 9457193. OLE color: 9457193.

HSL color Cylindrical-coordinate representation of color #294E90: hue angle of 218.45º 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 #294E90 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 78 144 -
CMYK 0.72 0.46 0 0.44
HSL 218.45º 0.56% 0.36% -
HSV(B) 218.45º 0.72% 0.56% -
XYZ 8.67 7.93 27.46 -
YUV 74.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 41 78 144 0.72 0.46 0 0.44 218.45 0.56 0.36
Hex 29 4E 90 48 2E 0 2C DA 38 24
Octal 51 116 220 110 56 0 54 332 70 44
Binary 101001 1001110 10010000 1001000 101110 0 101100 11011010 111000 100100

Color Harmonies of #294E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294E90

Black with #294E90

Text Example


Text Example

White with #294E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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