Html Css Color HEX #294FA1 Endeavour

📋 copy color: '#294FA1'

red 41 ◦ green 79 ◦ blue 161

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

Shades of Endeavour #294FA1

Tints of Endeavour #294FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 57.3%

R = 14.59%
G = 28.11%
B = 57.3%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#294FA1 (or 0x294FA1) is known color: Endeavour. HEX triplet: 29, 4F and A1. RGB value is (41,79,161). Sum of RGB (Red+Green+Blue) = 41+79+161=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 161 (63.28% from 255 or 57.30% from 281); Max value from RGB is 161 - color contains mainly: blue. Hex color #294FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294FA1 is #D6B05E. Grayscale: #4C4C4C. Windows color (decimal): -14069855 or 10571561. OLE color: 10571561.

HSL color Cylindrical-coordinate representation of color #294FA1: hue angle of 221º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #294FA1 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 79 161 -
CMYK 0.75 0.51 0 0.37
HSL 221º 0.59% 0.4% -
HSV(B) 221º 0.75% 0.63% -
XYZ 10.14 8.64 34.85 -
YUV 76.99 175.41 102.33 -
System Red Green Blue C M Y K H S L
Decimal 41 79 161 0.75 0.51 0 0.37 221 0.59 0.4
Hex 29 4F A1 4B 33 0 25 DD 3B 28
Octal 51 117 241 113 63 0 45 335 73 50
Binary 101001 1001111 10100001 1001011 110011 0 100101 11011101 111011 101000

Color Harmonies of #294FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294FA1

Black with #294FA1

Text Example


Text Example

White with #294FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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