#316267

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

Shades of Blumine #316267

Tints of Blumine #316267

Color information

#316267 (or 0x316267) is unknown color: approx Blumine. HEX triplet: 31, 62 and 67. RGB value is (49,98,103). Sum of RGB (Red+Green+Blue) = 49+98+103=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #316267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316267 is #CE9D98. Grayscale: #535353. Windows color (decimal): -13540761 or 6775345. OLE color: 6775345.

HSL color Cylindrical-coordinate representation of color #316267: hue angle of 185.56º 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 #316267 is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4998103-
CMYK0.520.0500.60
HSL185.56º35.53%29.8%-
HSV(B)185.56º52.43%40.39%-
XYZ8.0810.3714.41-
YUV83.92138.77103.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 103 (40.62% from 255) = 41.2%
R=19.6%
G=39.2%
B=41.2%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49981030.520.0500.60185.5635.5329.8
Hex31626734503Cba241e
Octal611421476450742724436
Binary1100011100010110011111010010101111001011101010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316267; }

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

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

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

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

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

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

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

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