Html Css Color HEX #294E93 Endeavour

📋 copy color: '#294E93'

red 41 ◦ green 78 ◦ blue 147

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

Shades of Endeavour #294E93

Tints of Endeavour #294E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 15.41%
G = 29.32%
B = 55.26%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294E93 (or 0x294E93) is known color: Endeavour. HEX triplet: 29, 4E and 93. RGB value is (41,78,147). Sum of RGB (Red+Green+Blue) = 41+78+147=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #294E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294E93 is #D6B16C. Grayscale: #4A4A4A. Windows color (decimal): -14070125 or 9653801. OLE color: 9653801.

HSL color Cylindrical-coordinate representation of color #294E93: hue angle of 219.06º degrees, saturation: 0.56, 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 #294E93 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 78 147 -
CMYK 0.72 0.47 0 0.42
HSL 219.06º 0.56% 0.37% -
HSV(B) 219.06º 0.72% 0.58% -
XYZ 8.91 8.03 28.68 -
YUV 74.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 41 78 147 0.72 0.47 0 0.42 219.06 0.56 0.37
Hex 29 4E 93 48 2F 0 2A DB 38 25
Octal 51 116 223 110 57 0 52 333 70 45
Binary 101001 1001110 10010011 1001000 101111 0 101010 11011011 111000 100101

Color Harmonies of #294E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294E93

Black with #294E93

Text Example


Text Example

White with #294E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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