Html Css Color HEX #296099 Endeavour

📋 copy color: '#296099'

red 41 ◦ green 96 ◦ blue 153

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

Shades of Endeavour #296099

Tints of Endeavour #296099

RGB

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

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

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

R = 14.14%
G = 33.1%
B = 52.76%

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

#296099 (or 0x296099) is known color: Endeavour. HEX triplet: 29, 60 and 99. RGB value is (41,96,153). Sum of RGB (Red+Green+Blue) = 41+96+153=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #296099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296099 is #D69F66. Grayscale: #555555. Windows color (decimal): -14065511 or 10051625. OLE color: 10051625.

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

Color convert

RGB 41 96 153 -
CMYK 0.73 0.37 0 0.4
HSL 210.54º 0.58% 0.38% -
HSV(B) 210.54º 0.73% 0.6% -
XYZ 10.85 11.14 31.71 -
YUV 86.05 165.78 95.87 -
System Red Green Blue C M Y K H S L
Decimal 41 96 153 0.73 0.37 0 0.4 210.54 0.58 0.38
Hex 29 60 99 49 25 0 28 D3 3A 26
Octal 51 140 231 111 45 0 50 323 72 46
Binary 101001 1100000 10011001 1001001 100101 0 101000 11010011 111010 100110

Color Harmonies of #296099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296099

Black with #296099

Text Example


Text Example

White with #296099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296099; }

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

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

background-color css

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

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

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

border-color css

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

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

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