#31676C

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

Shades of Blumine #31676C

Tints of Blumine #31676C

Color information

#31676C (or 0x31676C) is unknown color: approx Blumine. HEX triplet: 31, 67 and 6C. RGB value is (49,103,108). Sum of RGB (Red+Green+Blue) = 49+103+108=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 108 - color contains mainly: blue. Hex color #31676C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31676C is #CE9893. Grayscale: #575757. Windows color (decimal): -13539476 or 7104305. OLE color: 7104305.

HSL color Cylindrical-coordinate representation of color #31676C: hue angle of 185.08º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #31676C is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB49103108-
CMYK0.550.0500.58
HSL185.08º37.58%30.78%-
HSV(B)185.08º54.63%42.35%-
XYZ8.8211.4415.93-
YUV87.42139.61100.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.85%
GREEN value IS 103 (40.62% from 255) = 39.62%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=18.85%
G=39.62%
B=41.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal491031080.550.0500.58185.0837.5830.78
Hex31676C37503Ab9261f
Octal611471546750722714637
Binary1100011100111110110011011110101110101011100110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31676C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31676C; }

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

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

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

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

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

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

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

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