#295098

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

Shades of Endeavour #295098

Tints of Endeavour #295098

Color information

#295098 (or 0x295098) is unknown color: approx Endeavour. HEX triplet: 29, 50 and 98. RGB value is (41,80,152). Sum of RGB (Red+Green+Blue) = 41+80+152=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #295098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295098 is #D6AF67. Grayscale: #4C4C4C. Windows color (decimal): -14069608 or 9981993. OLE color: 9981993.

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

Color convert

RGB4180152-
CMYK0.730.4700.40
HSL218.92º57.51%37.84%-
HSV(B)218.92º73.03%59.61%-
XYZ9.458.4830.84-
YUV76.55170.58102.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.02%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 152 (59.77% from 255) = 55.68%
R=15.02%
G=29.30%
B=55.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal41801520.730.4700.40218.9257.5137.84
Hex295098492F028db3a26
Octal51120230111570503337246
Binary1010011010000100110001001001101111010100011011011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295098; }

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

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

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

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

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

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

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

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