#295998

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

Shades of Endeavour #295998

Tints of Endeavour #295998

Color information

#295998 (or 0x295998) is unknown color: approx Endeavour. HEX triplet: 29, 59 and 98. RGB value is (41,89,152). Sum of RGB (Red+Green+Blue) = 41+89+152=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #295998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295998 is #D6A667. Grayscale: #515151. Windows color (decimal): -14067304 or 9984297. OLE color: 9984297.

HSL color Cylindrical-coordinate representation of color #295998: hue angle of 214.05º 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 #295998 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4189152-
CMYK0.730.4100.40
HSL214.05º57.51%37.84%-
HSV(B)214.05º73.03%59.61%-
XYZ10.159.8831.08-
YUV81.83167.698.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.54%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 152 (59.77% from 255) = 53.90%
R=14.54%
G=31.56%
B=53.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41891520.730.4100.40214.0557.5137.84
Hex2959984929028d63a26
Octal51131230111510503267246
Binary1010011011001100110001001001101001010100011010110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295998; }

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

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

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

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

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

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

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

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