#316167

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

Shades of Blumine #316167

Tints of Blumine #316167

Color information

#316167 (or 0x316167) is unknown color: approx Blumine. HEX triplet: 31, 61 and 67. RGB value is (49,97,103). Sum of RGB (Red+Green+Blue) = 49+97+103=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #316167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316167 is #CE9E98. Grayscale: #535353. Windows color (decimal): -13541017 or 6775089. OLE color: 6775089.

HSL color Cylindrical-coordinate representation of color #316167: hue angle of 186.67º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316167 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4997103-
CMYK0.520.0600.60
HSL186.67º35.53%29.8%-
HSV(B)186.67º52.43%40.39%-
XYZ7.9910.1814.38-
YUV83.33139.1103.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 103 (40.62% from 255) = 41.37%
R=19.68%
G=38.96%
B=41.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49971030.520.0600.60186.6735.5329.8
Hex31616734603Cbb241e
Octal611411476460742734436
Binary1100011100001110011111010011001111001011101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316167; }

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

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

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

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

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

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

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

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