#295F8A

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

Shades of Endeavour #295F8A

Tints of Endeavour #295F8A

Color information

#295F8A (or 0x295F8A) is unknown color: approx Endeavour. HEX triplet: 29, 5F and 8A. RGB value is (41,95,138). Sum of RGB (Red+Green+Blue) = 41+95+138=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #295F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295F8A is #D6A075. Grayscale: #535353. Windows color (decimal): -14065782 or 9068329. OLE color: 9068329.

HSL color Cylindrical-coordinate representation of color #295F8A: hue angle of 206.6º 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 #295F8A is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4195138-
CMYK0.700.3100.46
HSL206.6º54.19%35.1%-
HSV(B)206.6º70.29%54.12%-
XYZ9.5910.4925.56-
YUV83.76158.6197.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.96%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 138 (54.30% from 255) = 50.36%
R=14.96%
G=34.67%
B=50.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41951380.700.3100.46206.654.1935.1
Hex295F8A461F02Ecf3623
Octal51137212106370563176643
Binary101001101111110001010100011011111010111011001111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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