#315896

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

Shades of Endeavour #315896

Tints of Endeavour #315896

Color information

#315896 (or 0x315896) is unknown color: approx Endeavour. HEX triplet: 31, 58 and 96. RGB value is (49,88,150). Sum of RGB (Red+Green+Blue) = 49+88+150=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #315896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315896 is #CEA769. Grayscale: #535353. Windows color (decimal): -13543274 or 9852977. OLE color: 9852977.

HSL color Cylindrical-coordinate representation of color #315896: hue angle of 216.83º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #315896 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4988150-
CMYK0.670.4100.41
HSL216.83º50.75%39.02%-
HSV(B)216.83º67.33%58.82%-
XYZ10.269.8330.21-
YUV83.41165.58103.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 150 (58.98% from 255) = 52.26%
R=17.07%
G=30.66%
B=52.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49881500.670.4100.41216.8350.7539.02
Hex3158964329029d93327
Octal61130226103510513316347
Binary1100011011000100101101000011101001010100111011001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315896; }

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

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

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

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

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

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

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

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