#295D8A

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

Shades of Endeavour #295D8A

Tints of Endeavour #295D8A

Color information

#295D8A (or 0x295D8A) is unknown color: approx Endeavour. HEX triplet: 29, 5D and 8A. RGB value is (41,93,138). Sum of RGB (Red+Green+Blue) = 41+93+138=272 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.07% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #295D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295D8A is #D6A275. Grayscale: #525252. Windows color (decimal): -14066294 or 9067817. OLE color: 9067817.

HSL color Cylindrical-coordinate representation of color #295D8A: hue angle of 207.84º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #295D8A is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4193138-
CMYK0.700.3300.46
HSL207.84º54.19%35.1%-
HSV(B)207.84º70.29%54.12%-
XYZ9.4210.1425.5-
YUV82.58159.2798.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.07%
GREEN value IS 93 (36.72% from 255) = 34.19%
BLUE value IS 138 (54.30% from 255) = 50.74%
R=15.07%
G=34.19%
B=50.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41931380.700.3300.46207.8454.1935.1
Hex295D8A462102Ed03623
Octal51135212106410563206643
Binary1010011011101100010101000110100001010111011010000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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