#315C93

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

Shades of Endeavour #315C93

Tints of Endeavour #315C93

Color information

#315C93 (or 0x315C93) is unknown color: approx Endeavour. HEX triplet: 31, 5C and 93. RGB value is (49,92,147). Sum of RGB (Red+Green+Blue) = 49+92+147=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #315C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315C93 is #CEA36C. Grayscale: #555555. Windows color (decimal): -13542253 or 9657393. OLE color: 9657393.

HSL color Cylindrical-coordinate representation of color #315C93: hue angle of 213.67º 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 #315C93 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4992147-
CMYK0.670.3700.42
HSL213.67º50%38.43%-
HSV(B)213.67º66.67%57.65%-
XYZ10.3610.4129.07-
YUV85.41162.75102.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 92 (36.33% from 255) = 31.94%
BLUE value IS 147 (57.81% from 255) = 51.04%
R=17.01%
G=31.94%
B=51.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49921470.670.3700.42213.675038.43
Hex315C93432502Ad63226
Octal61134223103450523266246
Binary1100011011100100100111000011100101010101011010110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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