Html Css Color HEX #296297 Endeavour

📋 copy color: '#296297'

red 41 ◦ green 98 ◦ blue 151

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

Shades of Endeavour #296297

Tints of Endeavour #296297

RGB

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

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

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

R = 14.14%
G = 33.79%
B = 52.07%

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

#296297 (or 0x296297) is known color: Endeavour. HEX triplet: 29, 62 and 97. RGB value is (41,98,151). Sum of RGB (Red+Green+Blue) = 41+98+151=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #296297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296297 is #D69D68. Grayscale: #565656. Windows color (decimal): -14065001 or 9921065. OLE color: 9921065.

HSL color Cylindrical-coordinate representation of color #296297: hue angle of 208.91º 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 #296297 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 98 151 -
CMYK 0.73 0.35 0 0.41
HSL 208.91º 0.57% 0.38% -
HSV(B) 208.91º 0.73% 0.59% -
XYZ 10.87 11.44 30.91 -
YUV 87 164.12 95.19 -
System Red Green Blue C M Y K H S L
Decimal 41 98 151 0.73 0.35 0 0.41 208.91 0.57 0.38
Hex 29 62 97 49 23 0 29 D1 39 26
Octal 51 142 227 111 43 0 51 321 71 46
Binary 101001 1100010 10010111 1001001 100011 0 101001 11010001 111001 100110

Color Harmonies of #296297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296297

Black with #296297

Text Example


Text Example

White with #296297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296297; }

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

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

background-color css

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

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

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

border-color css

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

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

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