Html Css Color HEX #296190 Endeavour

📋 copy color: '#296190'

red 41 ◦ green 97 ◦ blue 144

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

Shades of Endeavour #296190

Tints of Endeavour #296190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.06%

R = 14.54%
G = 34.4%
B = 51.06%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#296190 (or 0x296190) is known color: Endeavour. HEX triplet: 29, 61 and 90. RGB value is (41,97,144). Sum of RGB (Red+Green+Blue) = 41+97+144=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #296190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296190 is #D69E6F. Grayscale: #555555. Windows color (decimal): -14065264 or 9462057. OLE color: 9462057.

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

Color convert

RGB 41 97 144 -
CMYK 0.72 0.33 0 0.44
HSL 207.38º 0.56% 0.36% -
HSV(B) 207.38º 0.72% 0.56% -
XYZ 10.22 11.03 27.98 -
YUV 85.61 160.95 96.18 -
System Red Green Blue C M Y K H S L
Decimal 41 97 144 0.72 0.33 0 0.44 207.38 0.56 0.36
Hex 29 61 90 48 21 0 2C CF 38 24
Octal 51 141 220 110 41 0 54 317 70 44
Binary 101001 1100001 10010000 1001000 100001 0 101100 11001111 111000 100100

Color Harmonies of #296190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296190

Black with #296190

Text Example


Text Example

White with #296190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296190; }

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

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

background-color css

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

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

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

border-color css

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

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

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