Html Css Color HEX #296490 Endeavour

📋 copy color: '#296490'

red 41 ◦ green 100 ◦ blue 144

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

Shades of Endeavour #296490

Tints of Endeavour #296490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.09%

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

R = 14.39%
G = 35.09%
B = 50.53%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#296490 (or 0x296490) is known color: Endeavour. HEX triplet: 29, 64 and 90. RGB value is (41,100,144). Sum of RGB (Red+Green+Blue) = 41+100+144=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #296490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296490 is #D69B6F. Grayscale: #575757. Windows color (decimal): -14064496 or 9462825. OLE color: 9462825.

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

Color convert

RGB 41 100 144 -
CMYK 0.72 0.31 0 0.44
HSL 205.63º 0.56% 0.36% -
HSV(B) 205.63º 0.72% 0.56% -
XYZ 10.51 11.6 28.07 -
YUV 87.38 159.95 94.92 -
System Red Green Blue C M Y K H S L
Decimal 41 100 144 0.72 0.31 0 0.44 205.63 0.56 0.36
Hex 29 64 90 48 1F 0 2C CE 38 24
Octal 51 144 220 110 37 0 54 316 70 44
Binary 101001 1100100 10010000 1001000 11111 0 101100 11001110 111000 100100

Color Harmonies of #296490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296490

Black with #296490

Text Example


Text Example

White with #296490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296490; }

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

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

background-color css

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

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

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

border-color css

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

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

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