#296292

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

Shades of Endeavour #296292

Tints of Endeavour #296292

Color information

#296292 (or 0x296292) is unknown color: approx Endeavour. HEX triplet: 29, 62 and 92. RGB value is (41,98,146). Sum of RGB (Red+Green+Blue) = 41+98+146=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #296292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296292 is #D69D6D. Grayscale: #565656. Windows color (decimal): -14065006 or 9593385. OLE color: 9593385.

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

Color convert

RGB4198146-
CMYK0.720.3300.43
HSL207.43º56.15%36.67%-
HSV(B)207.43º71.92%57.25%-
XYZ10.4711.2828.82-
YUV86.43161.6295.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.39%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=14.39%
G=34.39%
B=51.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41981460.720.3300.43207.4356.1536.67
Hex296292482102Bcf3825
Octal51142222110410533177045
Binary1010011100010100100101001000100001010101111001111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296292; }

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

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

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

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

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

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

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

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