#316876

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

Shades of Blumine #316876

Tints of Blumine #316876

Color information

#316876 (or 0x316876) is unknown color: approx Blumine. HEX triplet: 31, 68 and 76. RGB value is (49,104,118). Sum of RGB (Red+Green+Blue) = 49+104+118=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #316876 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316876 is #CE9789. Grayscale: #595959. Windows color (decimal): -13539210 or 7759921. OLE color: 7759921.

HSL color Cylindrical-coordinate representation of color #316876: hue angle of 192.17º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #316876 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB49104118-
CMYK0.580.1200.54
HSL192.17º41.32%32.75%-
HSV(B)192.17º58.47%46.27%-
XYZ9.4911.8618.93-
YUV89.15144.2899.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=18.08%
G=38.38%
B=43.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491041180.580.1200.54192.1741.3232.75
Hex3168763AC036c02921
Octal6115016672140663005141
Binary110001110100011101101110101100011011011000000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316876; }

 p { color: rgb(49,104,118); }

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

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

 a { background-color: rgb(49,104,118); }

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

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

 span { border-color: rgb(49,104,118); }

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