Html Css Color HEX #296097 Endeavour

📋 copy color: '#296097'

red 41 ◦ green 96 ◦ blue 151

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

Shades of Endeavour #296097

Tints of Endeavour #296097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.33%

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

R = 14.24%
G = 33.33%
B = 52.43%

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

#296097 (or 0x296097) is known color: Endeavour. HEX triplet: 29, 60 and 97. RGB value is (41,96,151). Sum of RGB (Red+Green+Blue) = 41+96+151=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #296097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296097 is #D69F68. Grayscale: #555555. Windows color (decimal): -14065513 or 9920553. OLE color: 9920553.

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

Color convert

RGB 41 96 151 -
CMYK 0.73 0.36 0 0.41
HSL 210º 0.57% 0.38% -
HSV(B) 210º 0.73% 0.59% -
XYZ 10.68 11.07 30.85 -
YUV 85.83 164.78 96.03 -
System Red Green Blue C M Y K H S L
Decimal 41 96 151 0.73 0.36 0 0.41 210 0.57 0.38
Hex 29 60 97 49 24 0 29 D2 39 26
Octal 51 140 227 111 44 0 51 322 71 46
Binary 101001 1100000 10010111 1001001 100100 0 101001 11010010 111001 100110

Color Harmonies of #296097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296097

Black with #296097

Text Example


Text Example

White with #296097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296097; }

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

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

background-color css

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

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

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

border-color css

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

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

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