Html Css Color HEX #296197 Endeavour

📋 copy color: '#296197'

red 41 ◦ green 97 ◦ blue 151

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

Shades of Endeavour #296197

Tints of Endeavour #296197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.56%

 BLUE value IS 151 (59.38% from 255) = 52.25%

R = 14.19%
G = 33.56%
B = 52.25%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#296197 (or 0x296197) is known color: Endeavour. HEX triplet: 29, 61 and 97. RGB value is (41,97,151). Sum of RGB (Red+Green+Blue) = 41+97+151=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #296197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296197 is #D69E68. Grayscale: #565656. Windows color (decimal): -14065257 or 9920809. OLE color: 9920809.

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

Color convert

RGB 41 97 151 -
CMYK 0.73 0.36 0 0.41
HSL 209.45º 0.57% 0.38% -
HSV(B) 209.45º 0.73% 0.59% -
XYZ 10.78 11.26 30.88 -
YUV 86.41 164.45 95.61 -
System Red Green Blue C M Y K H S L
Decimal 41 97 151 0.73 0.36 0 0.41 209.45 0.57 0.38
Hex 29 61 97 49 24 0 29 D1 39 26
Octal 51 141 227 111 44 0 51 321 71 46
Binary 101001 1100001 10010111 1001001 100100 0 101001 11010001 111001 100110

Color Harmonies of #296197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296197

Black with #296197

Text Example


Text Example

White with #296197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296197; }

 p { color: rgb(41,97,151); }

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

background-color css

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

 a { background-color: rgb(41,97,151); }

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

border-color css

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

 span { border-color: rgb(41,97,151); }

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