#316292

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

Shades of Endeavour #316292

Tints of Endeavour #316292

Color information

#316292 (or 0x316292) is unknown color: approx Endeavour. HEX triplet: 31, 62 and 92. RGB value is (49,98,146). Sum of RGB (Red+Green+Blue) = 49+98+146=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #316292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316292 is #CE9D6D. Grayscale: #585858. Windows color (decimal): -13540718 or 9593393. OLE color: 9593393.

HSL color Cylindrical-coordinate representation of color #316292: hue angle of 209.69º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #316292 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4998146-
CMYK0.660.3300.43
HSL209.69º49.74%38.24%-
HSV(B)209.69º66.44%57.25%-
XYZ10.8211.4628.84-
YUV88.82160.2799.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.72%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=16.72%
G=33.45%
B=49.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49981460.660.3300.43209.6949.7438.24
Hex316292422102Bd23226
Octal61142222102410533226246
Binary1100011100010100100101000010100001010101111010010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316292; }

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

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

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

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

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

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

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

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