Html Css Color HEX #294F93 Endeavour

📋 copy color: '#294F93'

red 41 ◦ green 79 ◦ blue 147

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

Shades of Endeavour #294F93

Tints of Endeavour #294F93

RGB

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

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

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

R = 15.36%
G = 29.59%
B = 55.06%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#294F93 (or 0x294F93) is known color: Endeavour. HEX triplet: 29, 4F and 93. RGB value is (41,79,147). Sum of RGB (Red+Green+Blue) = 41+79+147=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #294F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294F93 is #D6B06C. Grayscale: #4B4B4B. Windows color (decimal): -14069869 or 9654057. OLE color: 9654057.

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

Color convert

RGB 41 79 147 -
CMYK 0.72 0.46 0 0.42
HSL 218.49º 0.56% 0.37% -
HSV(B) 218.49º 0.72% 0.58% -
XYZ 8.98 8.17 28.71 -
YUV 75.39 168.41 103.47 -
System Red Green Blue C M Y K H S L
Decimal 41 79 147 0.72 0.46 0 0.42 218.49 0.56 0.37
Hex 29 4F 93 48 2E 0 2A DA 38 25
Octal 51 117 223 110 56 0 52 332 70 45
Binary 101001 1001111 10010011 1001000 101110 0 101010 11011010 111000 100101

Color Harmonies of #294F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F93

Black with #294F93

Text Example


Text Example

White with #294F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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