#316071

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

Shades of Blumine #316071

Tints of Blumine #316071

Color information

#316071 (or 0x316071) is unknown color: approx Blumine. HEX triplet: 31, 60 and 71. RGB value is (49,96,113). Sum of RGB (Red+Green+Blue) = 49+96+113=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #316071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316071 is #CE9F8E. Grayscale: #535353. Windows color (decimal): -13541263 or 7430193. OLE color: 7430193.

HSL color Cylindrical-coordinate representation of color #316071: hue angle of 195.94º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #316071 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4996113-
CMYK0.570.1500.56
HSL195.94º39.51%31.76%-
HSV(B)195.94º56.64%44.31%-
XYZ8.4310.2117.15-
YUV83.88144.43103.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=18.99%
G=37.21%
B=43.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49961130.570.1500.56195.9439.5131.76
Hex31607139F038c42820
Octal6114016171170703045040
Binary110001110000011100011110011111011100011000100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316071; }

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

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

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

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

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

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

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

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