Html Css Color HEX #296291 Endeavour

📋 copy color: '#296291'

red 41 ◦ green 98 ◦ blue 145

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

Shades of Endeavour #296291

Tints of Endeavour #296291

RGB

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

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

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

R = 14.44%
G = 34.51%
B = 51.06%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#296291 (or 0x296291) is known color: Endeavour. HEX triplet: 29, 62 and 91. RGB value is (41,98,145). Sum of RGB (Red+Green+Blue) = 41+98+145=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #296291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296291 is #D69D6E. Grayscale: #565656. Windows color (decimal): -14065007 or 9527849. OLE color: 9527849.

HSL color Cylindrical-coordinate representation of color #296291: hue angle of 207.12º 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 #296291 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 98 145 -
CMYK 0.72 0.32 0 0.43
HSL 207.12º 0.56% 0.36% -
HSV(B) 207.12º 0.72% 0.57% -
XYZ 10.39 11.25 28.41 -
YUV 86.32 161.12 95.68 -
System Red Green Blue C M Y K H S L
Decimal 41 98 145 0.72 0.32 0 0.43 207.12 0.56 0.36
Hex 29 62 91 48 20 0 2B CF 38 24
Octal 51 142 221 110 40 0 53 317 70 44
Binary 101001 1100010 10010001 1001000 100000 0 101011 11001111 111000 100100

Color Harmonies of #296291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296291

Black with #296291

Text Example


Text Example

White with #296291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296291; }

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

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

background-color css

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

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

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

border-color css

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

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

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