#295798

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

Shades of Endeavour #295798

Tints of Endeavour #295798

Color information

#295798 (or 0x295798) is unknown color: approx Endeavour. HEX triplet: 29, 57 and 98. RGB value is (41,87,152). Sum of RGB (Red+Green+Blue) = 41+87+152=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #295798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295798 is #D6A867. Grayscale: #505050. Windows color (decimal): -14067816 or 9983785. OLE color: 9983785.

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

Color convert

RGB4187152-
CMYK0.730.4300.40
HSL215.14º57.51%37.84%-
HSV(B)215.14º73.03%59.61%-
XYZ9.999.5531.02-
YUV80.66168.2699.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.64%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 152 (59.77% from 255) = 54.29%
R=14.64%
G=31.07%
B=54.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41871520.730.4300.40215.1457.5137.84
Hex295798492B028d73a26
Octal51127230111530503277246
Binary1010011010111100110001001001101011010100011010111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295798; }

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

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

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

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

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

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

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

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