Html Css Color HEX #296791 Endeavour

📋 copy color: '#296791'

red 41 ◦ green 103 ◦ blue 145

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

Shades of Endeavour #296791

Tints of Endeavour #296791

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.64%

 BLUE value IS 145 (57.03% from 255) = 50.17%

R = 14.19%
G = 35.64%
B = 50.17%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#296791 (or 0x296791) is known color: Endeavour. HEX triplet: 29, 67 and 91. RGB value is (41,103,145). Sum of RGB (Red+Green+Blue) = 41+103+145=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #296791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296791 is #D6986E. Grayscale: #595959. Windows color (decimal): -14063727 or 9529129. OLE color: 9529129.

HSL color Cylindrical-coordinate representation of color #296791: hue angle of 204.23º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #296791 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 103 145 -
CMYK 0.72 0.29 0 0.43
HSL 204.23º 0.56% 0.36% -
HSV(B) 204.23º 0.72% 0.57% -
XYZ 10.88 12.22 28.57 -
YUV 89.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 41 103 145 0.72 0.29 0 0.43 204.23 0.56 0.36
Hex 29 67 91 48 1D 0 2B CC 38 24
Octal 51 147 221 110 35 0 53 314 70 44
Binary 101001 1100111 10010001 1001000 11101 0 101011 11001100 111000 100100

Color Harmonies of #296791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296791

Black with #296791

Text Example


Text Example

White with #296791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296791; }

 p { color: rgb(41,103,145); }

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

background-color css

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

 a { background-color: rgb(41,103,145); }

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

border-color css

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

 span { border-color: rgb(41,103,145); }

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