Html Css Color HEX #296690 Endeavour

📋 copy color: '#296690'

red 41 ◦ green 102 ◦ blue 144

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

Shades of Endeavour #296690

Tints of Endeavour #296690

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

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

R = 14.29%
G = 35.54%
B = 50.17%

CMYK

 C value IS 0.72

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#296690 (or 0x296690) is known color: Endeavour. HEX triplet: 29, 66 and 90. RGB value is (41,102,144). Sum of RGB (Red+Green+Blue) = 41+102+144=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #296690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296690 is #D6996F. Grayscale: #585858. Windows color (decimal): -14063984 or 9463337. OLE color: 9463337.

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

Color convert

RGB 41 102 144 -
CMYK 0.72 0.29 0 0.44
HSL 204.47º 0.56% 0.36% -
HSV(B) 204.47º 0.72% 0.56% -
XYZ 10.7 11.99 28.14 -
YUV 88.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 41 102 144 0.72 0.29 0 0.44 204.47 0.56 0.36
Hex 29 66 90 48 1D 0 2C CC 38 24
Octal 51 146 220 110 35 0 54 314 70 44
Binary 101001 1100110 10010000 1001000 11101 0 101100 11001100 111000 100100

Color Harmonies of #296690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296690

Black with #296690

Text Example


Text Example

White with #296690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296690; }

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

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

background-color css

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

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

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

border-color css

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

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

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