#315A93

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

Shades of Endeavour #315A93

Tints of Endeavour #315A93

Color information

#315A93 (or 0x315A93) is unknown color: approx Endeavour. HEX triplet: 31, 5A and 93. RGB value is (49,90,147). Sum of RGB (Red+Green+Blue) = 49+90+147=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #315A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315A93 is #CEA56C. Grayscale: #535353. Windows color (decimal): -13542765 or 9656881. OLE color: 9656881.

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

Color convert

RGB4990147-
CMYK0.670.3900.42
HSL214.9º50%38.43%-
HSV(B)214.9º66.67%57.65%-
XYZ10.1910.0729.01-
YUV84.24163.42102.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 90 (35.55% from 255) = 31.47%
BLUE value IS 147 (57.81% from 255) = 51.40%
R=17.13%
G=31.47%
B=51.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49901470.670.3900.42214.95038.43
Hex315A93432702Ad73226
Octal61132223103470523276246
Binary1100011011010100100111000011100111010101011010111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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