#295b9f

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

Shades of Endeavour #295B9F

Tints of Endeavour #295B9F

Color information

#295B9F (or 0x295B9F) is unknown color: approx Endeavour. HEX triplet: 29, 5B and 9F. RGB value is (41,91,159). Sum of RGB (Red+Green+Blue) = 41+91+159=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #295B9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295B9F is #D6A460. Grayscale: #535353. Windows color (decimal): -14066785 or 10443561. OLE color: 10443561.

HSL color Cylindrical-coordinate representation of color #295B9F: hue angle of 214.58º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #295B9F is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4191159-
CMYK0.740.4300.38
HSL214.58º59%39.22%-
HSV(B)214.58º74.21%62.35%-
XYZ10.9110.4634.24-
YUV83.8170.4497.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.09%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 159 (62.5% from 255) = 54.64%
R=14.09%
G=31.27%
B=54.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41911590.740.4300.38214.585939.22
Hex295B9F4A2B026d73b27
Octal51133237112530463277347
Binary1010011011011100111111001010101011010011011010111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295b9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,91,159); }

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

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

 a { background-color: rgb(41,91,159); }

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

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

 span { border-color: rgb(41,91,159); }

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