#315F9A

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

Shades of Endeavour #315F9A

Tints of Endeavour #315F9A

Color information

#315F9A (or 0x315F9A) is unknown color: approx Endeavour. HEX triplet: 31, 5F and 9A. RGB value is (49,95,154). Sum of RGB (Red+Green+Blue) = 49+95+154=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #315F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315F9A is #CEA065. Grayscale: #575757. Windows color (decimal): -13541478 or 10116913. OLE color: 10116913.

HSL color Cylindrical-coordinate representation of color #315F9A: hue angle of 213.71º degrees, saturation: 0.52, 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 #315F9A is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4995154-
CMYK0.680.3800.40
HSL213.71º51.72%39.8%-
HSV(B)213.71º68.18%60.39%-
XYZ11.1911.1732.14-
YUV87.97165.26100.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 154 (60.55% from 255) = 51.68%
R=16.44%
G=31.88%
B=51.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49951540.680.3800.40213.7151.7239.8
Hex315F9A4426028d63428
Octal61137232104460503266450
Binary1100011011111100110101000100100110010100011010110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315F9A; }

 p { color: rgb(49,95,154); }

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

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

 a { background-color: rgb(49,95,154); }

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

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

 span { border-color: rgb(49,95,154); }

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