Shades of Blue Stone #1F686C
Tints of Blue Stone #1F686C
RGB
CMYK
RGB Variations
Color information
#1F686C (or 0x1F686C) is known color: Blue Stone. HEX triplet: 1F, 68 and 6C. RGB value is (31,104,108). Sum of RGB (Red+Green+Blue) = 31+104+108=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F686C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F686C is #E09793. Grayscale: #525252. Windows color (decimal): -14718868 or 7104543. OLE color: 7104543.
HSL color Cylindrical-coordinate representation of color #1F686C: hue angle of 183.12º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F686C is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 31 | 104 | 108 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.58 |
| HSL | 183.12º | 0.55% | 0.27% | - |
| HSV(B) | 183.12º | 0.71% | 0.42% | - |
| XYZ | 8.22 | 11.27 | 15.93 | - |
| YUV | 82.63 | 142.32 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 104 | 108 | 0.71 | 0.04 | 0 | 0.58 | 183.12 | 0.55 | 0.27 |
| Hex | 1F | 68 | 6C | 47 | 4 | 0 | 3A | B7 | 37 | 1B |
| Octal | 37 | 150 | 154 | 107 | 4 | 0 | 72 | 267 | 67 | 33 |
| Binary | 11111 | 1101000 | 1101100 | 1000111 | 100 | 0 | 111010 | 10110111 | 110111 | 11011 |
Color Harmonies of #1F686C
Complementary color
Monochromatic Colors of #1F686C
Black with #1F686C
Text Example
Text Example
White with #1F686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F686C; }
p { color: rgb(31,104,108); }
H1.HeaderClassName
{
color: #1F686C;
}
.AnyTagClassName
{
color: #1F686C;
}
</style>
background-color css
<style>
a { background-color: #1F686C; }
a { background-color: rgb(31,104,108); }
div.DivClassName
{
background-color: #1F686C;
}
.BgClassName
{
background-color: #1F686C;
}
</style>
border-color css
<style>
span { border-color: #1F686C; }
span { border-color: rgb(31,104,108); }
td.TdClassName
{
border-color: #1F686C;
}
.TagClassName
{
border-color: #1F686C;
}
</style>