#31616F

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

Shades of Blumine #31616F

Tints of Blumine #31616F

Color information

#31616F (or 0x31616F) is unknown color: approx Blumine. HEX triplet: 31, 61 and 6F. RGB value is (49,97,111). Sum of RGB (Red+Green+Blue) = 49+97+111=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 111 - color contains mainly: blue. Hex color #31616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31616F is #CE9E90. Grayscale: #545454. Windows color (decimal): -13541009 or 7299377. OLE color: 7299377.

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

Color convert

RGB4997111-
CMYK0.560.1300.56
HSL193.55º38.75%31.37%-
HSV(B)193.55º55.86%43.53%-
XYZ8.4110.3516.59-
YUV84.24143.1102.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 111 (43.75% from 255) = 43.19%
R=19.07%
G=37.74%
B=43.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49971110.560.1300.56193.5538.7531.37
Hex31616F38D038c2271f
Octal6114115770150703024737
Binary11000111000011101111111000110101110001100001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31616F; }

 p { color: rgb(49,97,111); }

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

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

 a { background-color: rgb(49,97,111); }

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

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

 span { border-color: rgb(49,97,111); }

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