#295D96

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

Shades of Endeavour #295D96

Tints of Endeavour #295D96

Color information

#295D96 (or 0x295D96) is unknown color: approx Endeavour. HEX triplet: 29, 5D and 96. RGB value is (41,93,150). Sum of RGB (Red+Green+Blue) = 41+93+150=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #295D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295D96 is #D6A269. Grayscale: #535353. Windows color (decimal): -14066282 or 9854249. OLE color: 9854249.

HSL color Cylindrical-coordinate representation of color #295D96: hue angle of 211.38º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295D96 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4193150-
CMYK0.730.3800.41
HSL211.38º57.07%37.45%-
HSV(B)211.38º72.67%58.82%-
XYZ10.3310.530.34-
YUV83.95165.2797.37-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.44%
GREEN value IS 93 (36.72% from 255) = 32.75%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=14.44%
G=32.75%
B=52.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal41931500.730.3800.41211.3857.0737.45
Hex295D964926029d33925
Octal51135226111460513237145
Binary1010011011101100101101001001100110010100111010011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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