#295A98

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

Shades of Endeavour #295A98

Tints of Endeavour #295A98

Color information

#295A98 (or 0x295A98) is unknown color: approx Endeavour. HEX triplet: 29, 5A and 98. RGB value is (41,90,152). Sum of RGB (Red+Green+Blue) = 41+90+152=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #295A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295A98 is #D6A567. Grayscale: #525252. Windows color (decimal): -14067048 or 9984553. OLE color: 9984553.

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

Color convert

RGB4190152-
CMYK0.730.4100.40
HSL213.51º57.51%37.84%-
HSV(B)213.51º73.03%59.61%-
XYZ10.2410.0531.11-
YUV82.42167.2798.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.49%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 152 (59.77% from 255) = 53.71%
R=14.49%
G=31.80%
B=53.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41901520.730.4100.40213.5157.5137.84
Hex295A984929028d63a26
Octal51132230111510503267246
Binary1010011011010100110001001001101001010100011010110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,90,152); }

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

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

 a { background-color: rgb(41,90,152); }

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

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

 span { border-color: rgb(41,90,152); }

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