Html Css Color HEX #296397 Endeavour

📋 copy color: '#296397'

red 41 ◦ green 99 ◦ blue 151

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

Shades of Endeavour #296397

Tints of Endeavour #296397

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.02%

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

R = 14.09%
G = 34.02%
B = 51.89%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#296397 (or 0x296397) is known color: Endeavour. HEX triplet: 29, 63 and 97. RGB value is (41,99,151). Sum of RGB (Red+Green+Blue) = 41+99+151=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #296397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296397 is #D69C68. Grayscale: #575757. Windows color (decimal): -14064745 or 9921321. OLE color: 9921321.

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

Color convert

RGB 41 99 151 -
CMYK 0.73 0.34 0 0.41
HSL 208.36º 0.57% 0.38% -
HSV(B) 208.36º 0.73% 0.59% -
XYZ 10.96 11.63 30.95 -
YUV 87.59 163.78 94.77 -
System Red Green Blue C M Y K H S L
Decimal 41 99 151 0.73 0.34 0 0.41 208.36 0.57 0.38
Hex 29 63 97 49 22 0 29 D0 39 26
Octal 51 143 227 111 42 0 51 320 71 46
Binary 101001 1100011 10010111 1001001 100010 0 101001 11010000 111001 100110

Color Harmonies of #296397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296397

Black with #296397

Text Example


Text Example

White with #296397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296397; }

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

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

background-color css

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

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

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

border-color css

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

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

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