#316293

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

Shades of Endeavour #316293

Tints of Endeavour #316293

Color information

#316293 (or 0x316293) is unknown color: approx Endeavour. HEX triplet: 31, 62 and 93. RGB value is (49,98,147). Sum of RGB (Red+Green+Blue) = 49+98+147=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #316293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316293 is #CE9D6C. Grayscale: #585858. Windows color (decimal): -13540717 or 9658929. OLE color: 9658929.

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

Color convert

RGB4998147-
CMYK0.670.3300.42
HSL210º50%38.43%-
HSV(B)210º66.67%57.65%-
XYZ10.911.4929.25-
YUV88.93160.7799.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.67%
GREEN value IS 98 (38.67% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 50%
R=16.67%
G=33.33%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49981470.670.3300.422105038.43
Hex316293432102Ad23226
Octal61142223103410523226246
Binary1100011100010100100111000011100001010101011010010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316293; }

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

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

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

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

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

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

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

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