#316098

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

Shades of Endeavour #316098

Tints of Endeavour #316098

Color information

#316098 (or 0x316098) is unknown color: approx Endeavour. HEX triplet: 31, 60 and 98. RGB value is (49,96,152). Sum of RGB (Red+Green+Blue) = 49+96+152=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #316098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316098 is #CE9F67. Grayscale: #585858. Windows color (decimal): -13541224 or 9986097. OLE color: 9986097.

HSL color Cylindrical-coordinate representation of color #316098: hue angle of 212.62º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #316098 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4996152-
CMYK0.680.3700.40
HSL212.62º51.24%39.41%-
HSV(B)212.62º67.76%59.61%-
XYZ11.1211.2931.3-
YUV88.33163.9399.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.50%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 152 (59.77% from 255) = 51.18%
R=16.50%
G=32.32%
B=51.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49961520.680.3700.40212.6251.2439.41
Hex3160984425028d53327
Octal61140230104450503256347
Binary1100011100000100110001000100100101010100011010101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316098; }

 p { color: rgb(49,96,152); }

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

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

 a { background-color: rgb(49,96,152); }

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

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

 span { border-color: rgb(49,96,152); }

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