#316576

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

Shades of Blumine #316576

Tints of Blumine #316576

Color information

#316576 (or 0x316576) is unknown color: approx Blumine. HEX triplet: 31, 65 and 76. RGB value is (49,101,118). Sum of RGB (Red+Green+Blue) = 49+101+118=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #316576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316576 is #CE9A89. Grayscale: #575757. Windows color (decimal): -13539978 or 7759153. OLE color: 7759153.

HSL color Cylindrical-coordinate representation of color #316576: hue angle of 194.78º 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 #316576 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB49101118-
CMYK0.580.1400.54
HSL194.78º41.32%32.75%-
HSV(B)194.78º58.47%46.27%-
XYZ9.1911.2718.83-
YUV87.39145.27100.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.28%
GREEN value IS 101 (39.84% from 255) = 37.69%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=18.28%
G=37.69%
B=44.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491011180.580.1400.54194.7841.3232.75
Hex3165763AE036c32921
Octal6114516672160663035141
Binary110001110010111101101110101110011011011000011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316576; }

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

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

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

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

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

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

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

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