#315890

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

Shades of Endeavour #315890

Tints of Endeavour #315890

Color information

#315890 (or 0x315890) is unknown color: approx Endeavour. HEX triplet: 31, 58 and 90. RGB value is (49,88,144). Sum of RGB (Red+Green+Blue) = 49+88+144=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #315890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315890 is #CEA76F. Grayscale: #525252. Windows color (decimal): -13543280 or 9459761. OLE color: 9459761.

HSL color Cylindrical-coordinate representation of color #315890: hue angle of 215.37º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #315890 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4988144-
CMYK0.660.3900.44
HSL215.37º49.22%37.84%-
HSV(B)215.37º65.97%56.47%-
XYZ9.799.6527.73-
YUV82.72162.58103.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.44%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 144 (56.64% from 255) = 51.25%
R=17.44%
G=31.32%
B=51.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49881440.660.3900.44215.3749.2237.84
Hex315890422702Cd73126
Octal61130220102470543276146
Binary1100011011000100100001000010100111010110011010111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315890; }

 p { color: rgb(49,88,144); }

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

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

 a { background-color: rgb(49,88,144); }

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

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

 span { border-color: rgb(49,88,144); }

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