#296295

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

Shades of Endeavour #296295

Tints of Endeavour #296295

Color information

#296295 (or 0x296295) is unknown color: approx Endeavour. HEX triplet: 29, 62 and 95. RGB value is (41,98,149). Sum of RGB (Red+Green+Blue) = 41+98+149=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #296295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296295 is #D69D6A. Grayscale: #565656. Windows color (decimal): -14065003 or 9789993. OLE color: 9789993.

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

Color convert

RGB4198149-
CMYK0.720.3400.42
HSL208.33º56.84%37.25%-
HSV(B)208.33º72.48%58.43%-
XYZ10.7111.3830.07-
YUV86.77163.1295.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.24%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=14.24%
G=34.03%
B=51.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41981490.720.3400.42208.3356.8437.25
Hex296295482202Ad03925
Octal51142225110420523207145
Binary1010011100010100101011001000100010010101011010000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296295; }

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

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

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

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

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

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

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

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