Html Css Color HEX #294F98 Endeavour

📋 copy color: '#294F98'

red 41 ◦ green 79 ◦ blue 152

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

Shades of Endeavour #294F98

Tints of Endeavour #294F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 55.88%

R = 15.07%
G = 29.04%
B = 55.88%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#294F98 (or 0x294F98) is known color: Endeavour. HEX triplet: 29, 4F and 98. RGB value is (41,79,152). Sum of RGB (Red+Green+Blue) = 41+79+152=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #294F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294F98 is #D6B067. Grayscale: #4B4B4B. Windows color (decimal): -14069864 or 9981737. OLE color: 9981737.

HSL color Cylindrical-coordinate representation of color #294F98: hue angle of 219.46º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #294F98 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 79 152 -
CMYK 0.73 0.48 0 0.40
HSL 219.46º 0.58% 0.38% -
HSV(B) 219.46º 0.73% 0.6% -
XYZ 9.38 8.33 30.82 -
YUV 75.96 170.91 103.06 -
System Red Green Blue C M Y K H S L
Decimal 41 79 152 0.73 0.48 0 0.40 219.46 0.58 0.38
Hex 29 4F 98 49 30 0 28 DB 3A 26
Octal 51 117 230 111 60 0 50 333 72 46
Binary 101001 1001111 10011000 1001001 110000 0 101000 11011011 111010 100110

Color Harmonies of #294F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F98

Black with #294F98

Text Example


Text Example

White with #294F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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