#316067

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

Shades of Blumine #316067

Tints of Blumine #316067

Color information

#316067 (or 0x316067) is unknown color: approx Blumine. HEX triplet: 31, 60 and 67. RGB value is (49,96,103). Sum of RGB (Red+Green+Blue) = 49+96+103=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #316067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316067 is #CE9F98. Grayscale: #525252. Windows color (decimal): -13541273 or 6774833. OLE color: 6774833.

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

Color convert

RGB4996103-
CMYK0.520.0700.60
HSL187.78º35.53%29.8%-
HSV(B)187.78º52.43%40.39%-
XYZ7.91014.35-
YUV82.74139.43103.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 103 (40.62% from 255) = 41.53%
R=19.76%
G=38.71%
B=41.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49961030.520.0700.60187.7835.5329.8
Hex31606734703Cbc241e
Octal611401476470742744436
Binary1100011100000110011111010011101111001011110010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316067; }

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

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

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

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

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

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

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

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