Html Css Color HEX #296090 Endeavour

📋 copy color: '#296090'

red 41 ◦ green 96 ◦ blue 144

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

Shades of Endeavour #296090

Tints of Endeavour #296090

RGB

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

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

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

R = 14.59%
G = 34.16%
B = 51.25%

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

#296090 (or 0x296090) is known color: Endeavour. HEX triplet: 29, 60 and 90. RGB value is (41,96,144). Sum of RGB (Red+Green+Blue) = 41+96+144=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #296090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296090 is #D69F6F. Grayscale: #545454. Windows color (decimal): -14065520 or 9461801. OLE color: 9461801.

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

Color convert

RGB 41 96 144 -
CMYK 0.72 0.33 0 0.44
HSL 207.96º 0.56% 0.36% -
HSV(B) 207.96º 0.72% 0.56% -
XYZ 10.13 10.85 27.95 -
YUV 85.03 161.28 96.6 -
System Red Green Blue C M Y K H S L
Decimal 41 96 144 0.72 0.33 0 0.44 207.96 0.56 0.36
Hex 29 60 90 48 21 0 2C D0 38 24
Octal 51 140 220 110 41 0 54 320 70 44
Binary 101001 1100000 10010000 1001000 100001 0 101100 11010000 111000 100100

Color Harmonies of #296090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296090

Black with #296090

Text Example


Text Example

White with #296090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296090; }

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

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

background-color css

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

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

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

border-color css

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

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

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