#316089

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

Shades of Endeavour #316089

Tints of Endeavour #316089

Color information

#316089 (or 0x316089) is unknown color: approx Endeavour. HEX triplet: 31, 60 and 89. RGB value is (49,96,137). Sum of RGB (Red+Green+Blue) = 49+96+137=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #316089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316089 is #CE9F76. Grayscale: #565656. Windows color (decimal): -13541239 or 9003057. OLE color: 9003057.

HSL color Cylindrical-coordinate representation of color #316089: hue angle of 207.95º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #316089 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4996137-
CMYK0.640.3000.46
HSL207.95º47.31%36.47%-
HSV(B)207.95º64.23%53.73%-
XYZ9.9610.8225.23-
YUV86.62156.43101.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 137 (53.91% from 255) = 48.58%
R=17.38%
G=34.04%
B=48.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49961370.640.3000.46207.9547.3136.47
Hex316089401E02Ed02f24
Octal61140211100360563205744
Binary110001110000010001001100000011110010111011010000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316089; }

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

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

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

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

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

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

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

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