#296690

Color #296690 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #296690

Tints of Endeavour #296690

Color information

#296690 (or 0x296690) is unknown color: approx 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

RGB41102144-
CMYK0.720.2900.44
HSL204.47º55.68%36.27%-
HSV(B)204.47º71.53%56.47%-
XYZ10.711.9928.14-
YUV88.55159.2994.08-

RGB Variations

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

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 (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411021440.720.2900.44204.4755.6836.27
Hex296690481D02Ccc3824
Octal51146220110350543147044
Binary101001110011010010000100100011101010110011001100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>