Html Css Color HEX #294E95 Endeavour

📋 copy color: '#294E95'

red 41 ◦ green 78 ◦ blue 149

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

Shades of Endeavour #294E95

Tints of Endeavour #294E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.6%

R = 15.3%
G = 29.1%
B = 55.6%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294E95 (or 0x294E95) is known color: Endeavour. HEX triplet: 29, 4E and 95. RGB value is (41,78,149). Sum of RGB (Red+Green+Blue) = 41+78+149=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #294E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294E95 is #D6B16A. Grayscale: #4A4A4A. Windows color (decimal): -14070123 or 9784873. OLE color: 9784873.

HSL color Cylindrical-coordinate representation of color #294E95: hue angle of 219.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #294E95 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 78 149 -
CMYK 0.72 0.48 0 0.42
HSL 219.44º 0.57% 0.37% -
HSV(B) 219.44º 0.72% 0.58% -
XYZ 9.06 8.09 29.52 -
YUV 75.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 41 78 149 0.72 0.48 0 0.42 219.44 0.57 0.37
Hex 29 4E 95 48 30 0 2A DB 39 25
Octal 51 116 225 110 60 0 52 333 71 45
Binary 101001 1001110 10010101 1001000 110000 0 101010 11011011 111001 100101

Color Harmonies of #294E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294E95

Black with #294E95

Text Example


Text Example

White with #294E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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