Html Css Color HEX #296494 Endeavour

📋 copy color: '#296494'

red 41 ◦ green 100 ◦ blue 148

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

Shades of Endeavour #296494

Tints of Endeavour #296494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.6%

 BLUE value IS 148 (58.2% from 255) = 51.21%

R = 14.19%
G = 34.6%
B = 51.21%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#296494 (or 0x296494) is known color: Endeavour. HEX triplet: 29, 64 and 94. RGB value is (41,100,148). Sum of RGB (Red+Green+Blue) = 41+100+148=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #296494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296494 is #D69B6B. Grayscale: #575757. Windows color (decimal): -14064492 or 9724969. OLE color: 9724969.

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

Color convert

RGB 41 100 148 -
CMYK 0.72 0.32 0 0.42
HSL 206.92º 0.57% 0.37% -
HSV(B) 206.92º 0.72% 0.58% -
XYZ 10.82 11.72 29.71 -
YUV 87.83 161.95 94.6 -
System Red Green Blue C M Y K H S L
Decimal 41 100 148 0.72 0.32 0 0.42 206.92 0.57 0.37
Hex 29 64 94 48 20 0 2A CF 39 25
Octal 51 144 224 110 40 0 52 317 71 45
Binary 101001 1100100 10010100 1001000 100000 0 101010 11001111 111001 100101

Color Harmonies of #296494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296494

Black with #296494

Text Example


Text Example

White with #296494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296494; }

 p { color: rgb(41,100,148); }

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

background-color css

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

 a { background-color: rgb(41,100,148); }

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

border-color css

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

 span { border-color: rgb(41,100,148); }

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