Html Css Color HEX #296199 Endeavour

📋 copy color: '#296199'

red 41 ◦ green 97 ◦ blue 153

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

Shades of Endeavour #296199

Tints of Endeavour #296199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.33%

 BLUE value IS 153 (60.16% from 255) = 52.58%

R = 14.09%
G = 33.33%
B = 52.58%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#296199 (or 0x296199) is known color: Endeavour. HEX triplet: 29, 61 and 99. RGB value is (41,97,153). Sum of RGB (Red+Green+Blue) = 41+97+153=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #296199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296199 is #D69E66. Grayscale: #565656. Windows color (decimal): -14065255 or 10051881. OLE color: 10051881.

HSL color Cylindrical-coordinate representation of color #296199: hue angle of 210º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #296199 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 97 153 -
CMYK 0.73 0.37 0 0.4
HSL 210º 0.58% 0.38% -
HSV(B) 210º 0.73% 0.6% -
XYZ 10.94 11.32 31.75 -
YUV 86.64 165.45 95.45 -
System Red Green Blue C M Y K H S L
Decimal 41 97 153 0.73 0.37 0 0.4 210 0.58 0.38
Hex 29 61 99 49 25 0 28 D2 3A 26
Octal 51 141 231 111 45 0 50 322 72 46
Binary 101001 1100001 10011001 1001001 100101 0 101000 11010010 111010 100110

Color Harmonies of #296199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296199

Black with #296199

Text Example


Text Example

White with #296199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296199; }

 p { color: rgb(41,97,153); }

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

background-color css

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

 a { background-color: rgb(41,97,153); }

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

border-color css

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

 span { border-color: rgb(41,97,153); }

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