#315694

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

Shades of Endeavour #315694

Tints of Endeavour #315694

Color information

#315694 (or 0x315694) is unknown color: approx Endeavour. HEX triplet: 31, 56 and 94. RGB value is (49,86,148). Sum of RGB (Red+Green+Blue) = 49+86+148=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #315694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315694 is #CEA96B. Grayscale: #515151. Windows color (decimal): -13543788 or 9721393. OLE color: 9721393.

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

Color convert

RGB4986148-
CMYK0.670.4200.42
HSL217.58º50.25%38.63%-
HSV(B)217.58º66.89%58.04%-
XYZ9.949.4529.32-
YUV82165.24104.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 86 (33.98% from 255) = 30.39%
BLUE value IS 148 (58.20% from 255) = 52.30%
R=17.31%
G=30.39%
B=52.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49861480.670.4200.42217.5850.2538.63
Hex315694432A02Ada3227
Octal61126224103520523326247
Binary1100011010110100101001000011101010010101011011010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315694; }

 p { color: rgb(49,86,148); }

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

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

 a { background-color: rgb(49,86,148); }

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

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

 span { border-color: rgb(49,86,148); }

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