#295C99

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

Shades of Endeavour #295C99

Tints of Endeavour #295C99

Color information

#295C99 (or 0x295C99) is unknown color: approx Endeavour. HEX triplet: 29, 5C and 99. RGB value is (41,92,153). Sum of RGB (Red+Green+Blue) = 41+92+153=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #295C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295C99 is #D6A366. Grayscale: #535353. Windows color (decimal): -14066535 or 10050601. OLE color: 10050601.

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

Color convert

RGB4192153-
CMYK0.730.4000.4
HSL212.68º57.73%38.04%-
HSV(B)212.68º73.2%60%-
XYZ10.4910.4331.6-
YUV83.71167.197.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.34%
GREEN value IS 92 (36.33% from 255) = 32.17%
BLUE value IS 153 (60.16% from 255) = 53.50%
R=14.34%
G=32.17%
B=53.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal41921530.730.4000.4212.6857.7338.04
Hex295C994928028d53a26
Octal51134231111500503257246
Binary1010011011100100110011001001101000010100011010101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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