#315A8E

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

Shades of Endeavour #315A8E

Tints of Endeavour #315A8E

Color information

#315A8E (or 0x315A8E) is unknown color: approx Endeavour. HEX triplet: 31, 5A and 8E. RGB value is (49,90,142). Sum of RGB (Red+Green+Blue) = 49+90+142=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #315A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315A8E is #CEA571. Grayscale: #535353. Windows color (decimal): -13542770 or 9329201. OLE color: 9329201.

HSL color Cylindrical-coordinate representation of color #315A8E: hue angle of 213.55º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #315A8E is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4990142-
CMYK0.650.3700.44
HSL213.55º48.69%37.45%-
HSV(B)213.55º65.49%55.69%-
XYZ9.819.9226.99-
YUV83.67160.92103.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.44%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 142 (55.86% from 255) = 50.53%
R=17.44%
G=32.03%
B=50.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49901420.650.3700.44213.5548.6937.45
Hex315A8E412502Cd63125
Octal61132216101450543266145
Binary1100011011010100011101000001100101010110011010110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,90,142); }

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

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

 a { background-color: rgb(49,90,142); }

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

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

 span { border-color: rgb(49,90,142); }

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