Html Css Color HEX #296790 Endeavour

📋 copy color: '#296790'

red 41 ◦ green 103 ◦ blue 144

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

Shades of Endeavour #296790

Tints of Endeavour #296790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.76%

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

R = 14.24%
G = 35.76%
B = 50%

CMYK

 C value IS 0.72

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#296790 (or 0x296790) is known color: Endeavour. HEX triplet: 29, 67 and 90. RGB value is (41,103,144). Sum of RGB (Red+Green+Blue) = 41+103+144=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #296790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296790 is #D6986F. Grayscale: #585858. Windows color (decimal): -14063728 or 9463593. OLE color: 9463593.

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

Color convert

RGB 41 103 144 -
CMYK 0.72 0.28 0 0.44
HSL 203.88º 0.56% 0.36% -
HSV(B) 203.88º 0.72% 0.56% -
XYZ 10.8 12.19 28.17 -
YUV 89.14 158.96 93.67 -
System Red Green Blue C M Y K H S L
Decimal 41 103 144 0.72 0.28 0 0.44 203.88 0.56 0.36
Hex 29 67 90 48 1C 0 2C CC 38 24
Octal 51 147 220 110 34 0 54 314 70 44
Binary 101001 1100111 10010000 1001000 11100 0 101100 11001100 111000 100100

Color Harmonies of #296790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296790

Black with #296790

Text Example


Text Example

White with #296790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296790; }

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

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

background-color css

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

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

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

border-color css

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

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

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