#296288

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

Shades of Endeavour #296288

Tints of Endeavour #296288

Color information

#296288 (or 0x296288) is unknown color: approx Endeavour. HEX triplet: 29, 62 and 88. RGB value is (41,98,136). Sum of RGB (Red+Green+Blue) = 41+98+136=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #296288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296288 is #D69D77. Grayscale: #555555. Windows color (decimal): -14065016 or 8938025. OLE color: 8938025.

HSL color Cylindrical-coordinate representation of color #296288: hue angle of 204º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #296288 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4198136-
CMYK0.700.2800.47
HSL204º53.67%34.71%-
HSV(B)204º69.85%53.33%-
XYZ9.7310.9824.9-
YUV85.29156.6296.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.91%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 136 (53.52% from 255) = 49.45%
R=14.91%
G=35.64%
B=49.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41981360.700.2800.4720453.6734.71
Hex296288461C02Fcc3623
Octal51142210106340573146643
Binary101001110001010001000100011011100010111111001100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296288; }

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

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

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

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

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

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

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

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