#316296

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

Shades of Endeavour #316296

Tints of Endeavour #316296

Color information

#316296 (or 0x316296) is unknown color: approx Endeavour. HEX triplet: 31, 62 and 96. RGB value is (49,98,150). Sum of RGB (Red+Green+Blue) = 49+98+150=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #316296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316296 is #CE9D69. Grayscale: #595959. Windows color (decimal): -13540714 or 9855537. OLE color: 9855537.

HSL color Cylindrical-coordinate representation of color #316296: hue angle of 210.89º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #316296 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4998150-
CMYK0.670.3500.41
HSL210.89º50.75%39.02%-
HSV(B)210.89º67.33%58.82%-
XYZ11.1411.5930.5-
YUV89.28162.2799.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.50%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 150 (58.98% from 255) = 50.51%
R=16.50%
G=33.00%
B=50.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49981500.670.3500.41210.8950.7539.02
Hex3162964323029d33327
Octal61142226103430513236347
Binary1100011100010100101101000011100011010100111010011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316296; }

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

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

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

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

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

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

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

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