#296092

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

Shades of Endeavour #296092

Tints of Endeavour #296092

Color information

#296092 (or 0x296092) is unknown color: approx Endeavour. HEX triplet: 29, 60 and 92. RGB value is (41,96,146). Sum of RGB (Red+Green+Blue) = 41+96+146=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #296092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296092 is #D69F6D. Grayscale: #555555. Windows color (decimal): -14065518 or 9592873. OLE color: 9592873.

HSL color Cylindrical-coordinate representation of color #296092: hue angle of 208.57º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #296092 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4196146-
CMYK0.720.3400.43
HSL208.57º56.15%36.67%-
HSV(B)208.57º71.92%57.25%-
XYZ10.2910.9128.76-
YUV85.26162.2896.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.49%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=14.49%
G=33.92%
B=51.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41961460.720.3400.43208.5756.1536.67
Hex296092482202Bd13825
Octal51140222110420533217045
Binary1010011100000100100101001000100010010101111010001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296092; }

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

 H1.HeaderClassName
 {
   color: #296092;
 }
 .AnyTagClassName
 {
   color: #296092;
 }
</style>
background-color css

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

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

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

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

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

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