Html Css Color HEX #296296 Endeavour

📋 copy color: '#296296'

red 41 ◦ green 98 ◦ blue 150

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

Shades of Endeavour #296296

Tints of Endeavour #296296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.91%

 BLUE value IS 150 (58.98% from 255) = 51.9%

R = 14.19%
G = 33.91%
B = 51.9%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#296296 (or 0x296296) is known color: Endeavour. HEX triplet: 29, 62 and 96. RGB value is (41,98,150). Sum of RGB (Red+Green+Blue) = 41+98+150=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #296296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296296 is #D69D69. Grayscale: #565656. Windows color (decimal): -14065002 or 9855529. OLE color: 9855529.

HSL color Cylindrical-coordinate representation of color #296296: hue angle of 208.62º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #296296 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 98 150 -
CMYK 0.73 0.35 0 0.41
HSL 208.62º 0.57% 0.37% -
HSV(B) 208.62º 0.73% 0.59% -
XYZ 10.79 11.41 30.49 -
YUV 86.89 163.62 95.27 -
System Red Green Blue C M Y K H S L
Decimal 41 98 150 0.73 0.35 0 0.41 208.62 0.57 0.37
Hex 29 62 96 49 23 0 29 D1 39 25
Octal 51 142 226 111 43 0 51 321 71 45
Binary 101001 1100010 10010110 1001001 100011 0 101001 11010001 111001 100101

Color Harmonies of #296296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296296

Black with #296296

Text Example


Text Example

White with #296296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296296; }

 p { color: rgb(41,98,150); }

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

background-color css

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

 a { background-color: rgb(41,98,150); }

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

border-color css

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

 span { border-color: rgb(41,98,150); }

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