#315899

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

Shades of Endeavour #315899

Tints of Endeavour #315899

Color information

#315899 (or 0x315899) is unknown color: approx Endeavour. HEX triplet: 31, 58 and 99. RGB value is (49,88,153). Sum of RGB (Red+Green+Blue) = 49+88+153=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #315899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315899 is #CEA766. Grayscale: #535353. Windows color (decimal): -13543271 or 10049585. OLE color: 10049585.

HSL color Cylindrical-coordinate representation of color #315899: hue angle of 217.5º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #315899 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4988153-
CMYK0.680.4200.4
HSL217.5º51.49%39.61%-
HSV(B)217.5º67.97%60%-
XYZ10.519.9331.5-
YUV83.75167.08103.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=16.90%
G=30.34%
B=52.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal49881530.680.4200.4217.551.4939.61
Hex315899442A028da3328
Octal61130231104520503326350
Binary1100011011000100110011000100101010010100011011010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315899; }

 p { color: rgb(49,88,153); }

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

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

 a { background-color: rgb(49,88,153); }

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

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

 span { border-color: rgb(49,88,153); }

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