#315792

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

Shades of Endeavour #315792

Tints of Endeavour #315792

Color information

#315792 (or 0x315792) is unknown color: approx Endeavour. HEX triplet: 31, 57 and 92. RGB value is (49,87,146). Sum of RGB (Red+Green+Blue) = 49+87+146=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #315792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315792 is #CEA86D. Grayscale: #525252. Windows color (decimal): -13543534 or 9590577. OLE color: 9590577.

HSL color Cylindrical-coordinate representation of color #315792: hue angle of 216.49º 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 #315792 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4987146-
CMYK0.660.4000.43
HSL216.49º49.74%38.24%-
HSV(B)216.49º66.44%57.25%-
XYZ9.869.5428.52-
YUV82.36163.91104.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 87 (34.38% from 255) = 30.85%
BLUE value IS 146 (57.42% from 255) = 51.77%
R=17.38%
G=30.85%
B=51.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49871460.660.4000.43216.4949.7438.24
Hex315792422802Bd83226
Octal61127222102500533306246
Binary1100011010111100100101000010101000010101111011000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315792; }

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

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

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

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

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

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

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

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