#315698

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

Shades of Endeavour #315698

Tints of Endeavour #315698

Color information

#315698 (or 0x315698) is unknown color: approx Endeavour. HEX triplet: 31, 56 and 98. RGB value is (49,86,152). Sum of RGB (Red+Green+Blue) = 49+86+152=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #315698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315698 is #CEA967. Grayscale: #525252. Windows color (decimal): -13543784 or 9983537. OLE color: 9983537.

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

Color convert

RGB4986152-
CMYK0.680.4300.40
HSL218.45º51.24%39.41%-
HSV(B)218.45º67.76%59.61%-
XYZ10.269.5831.01-
YUV82.46167.24104.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 152 (59.77% from 255) = 52.96%
R=17.07%
G=29.97%
B=52.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49861520.680.4300.40218.4551.2439.41
Hex315698442B028da3327
Octal61126230104530503326347
Binary1100011010110100110001000100101011010100011011010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315698; }

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

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

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

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

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

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

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

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