#295D99

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

Shades of Endeavour #295D99

Tints of Endeavour #295D99

Color information

#295D99 (or 0x295D99) is unknown color: approx Endeavour. HEX triplet: 29, 5D and 99. RGB value is (41,93,153). Sum of RGB (Red+Green+Blue) = 41+93+153=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #295D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295D99 is #D6A266. Grayscale: #545454. Windows color (decimal): -14066279 or 10050857. OLE color: 10050857.

HSL color Cylindrical-coordinate representation of color #295D99: hue angle of 212.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 #295D99 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4193153-
CMYK0.730.3900.4
HSL212.14º57.73%38.04%-
HSV(B)212.14º73.2%60%-
XYZ10.5810.631.63-
YUV84.29166.7797.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.29%
GREEN value IS 93 (36.72% from 255) = 32.40%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=14.29%
G=32.40%
B=53.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41931530.730.3900.4212.1457.7338.04
Hex295D994927028d43a26
Octal51135231111470503247246
Binary1010011011101100110011001001100111010100011010100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295D99; }

 p { color: rgb(41,93,153); }

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

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

 a { background-color: rgb(41,93,153); }

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

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

 span { border-color: rgb(41,93,153); }

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