#295898

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

Shades of Endeavour #295898

Tints of Endeavour #295898

Color information

#295898 (or 0x295898) is unknown color: approx Endeavour. HEX triplet: 29, 58 and 98. RGB value is (41,88,152). Sum of RGB (Red+Green+Blue) = 41+88+152=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #295898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295898 is #D6A767. Grayscale: #505050. Windows color (decimal): -14067560 or 9984041. OLE color: 9984041.

HSL color Cylindrical-coordinate representation of color #295898: hue angle of 214.59º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295898 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4188152-
CMYK0.730.4200.40
HSL214.59º57.51%37.84%-
HSV(B)214.59º73.03%59.61%-
XYZ10.079.7231.05-
YUV81.24167.9399.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.59%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 152 (59.77% from 255) = 54.09%
R=14.59%
G=31.32%
B=54.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41881520.730.4200.40214.5957.5137.84
Hex295898492A028d73a26
Octal51130230111520503277246
Binary1010011011000100110001001001101010010100011010111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295898; }

 p { color: rgb(41,88,152); }

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

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

 a { background-color: rgb(41,88,152); }

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

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

 span { border-color: rgb(41,88,152); }

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