#296093

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

Shades of Endeavour #296093

Tints of Endeavour #296093

Color information

#296093 (or 0x296093) is unknown color: approx Endeavour. HEX triplet: 29, 60 and 93. RGB value is (41,96,147). Sum of RGB (Red+Green+Blue) = 41+96+147=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #296093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296093 is #D69F6C. Grayscale: #555555. Windows color (decimal): -14065517 or 9658409. OLE color: 9658409.

HSL color Cylindrical-coordinate representation of color #296093: hue angle of 208.87º degrees, saturation: 0.56, 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 #296093 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4196147-
CMYK0.720.3500.42
HSL208.87º56.38%36.86%-
HSV(B)208.87º72.11%57.65%-
XYZ10.3610.9429.17-
YUV85.37162.7896.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.44%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 147 (57.81% from 255) = 51.76%
R=14.44%
G=33.80%
B=51.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41961470.720.3500.42208.8756.3836.86
Hex296093482302Ad13825
Octal51140223110430523217045
Binary1010011100000100100111001000100011010101011010001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296093; }

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

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

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

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

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

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

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

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