Html Css Color HEX #296198 Endeavour

📋 copy color: '#296198'

red 41 ◦ green 97 ◦ blue 152

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

Shades of Endeavour #296198

Tints of Endeavour #296198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.41%

R = 14.14%
G = 33.45%
B = 52.41%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#296198 (or 0x296198) is known color: Endeavour. HEX triplet: 29, 61 and 98. RGB value is (41,97,152). Sum of RGB (Red+Green+Blue) = 41+97+152=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #296198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296198 is #D69E67. Grayscale: #565656. Windows color (decimal): -14065256 or 9986345. OLE color: 9986345.

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

Color convert

RGB 41 97 152 -
CMYK 0.73 0.36 0 0.40
HSL 209.73º 0.58% 0.38% -
HSV(B) 209.73º 0.73% 0.6% -
XYZ 10.86 11.29 31.31 -
YUV 86.53 164.95 95.53 -
System Red Green Blue C M Y K H S L
Decimal 41 97 152 0.73 0.36 0 0.40 209.73 0.58 0.38
Hex 29 61 98 49 24 0 28 D2 3A 26
Octal 51 141 230 111 44 0 50 322 72 46
Binary 101001 1100001 10011000 1001001 100100 0 101000 11010010 111010 100110

Color Harmonies of #296198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296198

Black with #296198

Text Example


Text Example

White with #296198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296198; }

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

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

background-color css

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

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

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

border-color css

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

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

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