Shades of Blue Stone #27676A
Tints of Blue Stone #27676A
RGB
CMYK
RGB Variations
Color information
#27676A (or 0x27676A) is known color: Blue Stone. HEX triplet: 27, 67 and 6A. RGB value is (39,103,106). Sum of RGB (Red+Green+Blue) = 39+103+106=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 106 - color contains mainly: blue. Hex color #27676A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27676A is #D89895. Grayscale: #545454. Windows color (decimal): -14194838 or 6973223. OLE color: 6973223.
HSL color Cylindrical-coordinate representation of color #27676A: hue angle of 182.69º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #27676A is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 103 | 106 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.58 |
| HSL | 182.69º | 0.46% | 0.28% | - |
| HSV(B) | 182.69º | 0.63% | 0.42% | - |
| XYZ | 8.29 | 11.17 | 15.36 | - |
| YUV | 84.21 | 140.3 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 103 | 106 | 0.63 | 0.03 | 0 | 0.58 | 182.69 | 0.46 | 0.28 |
| Hex | 27 | 67 | 6A | 3F | 3 | 0 | 3A | B7 | 2E | 1C |
| Octal | 47 | 147 | 152 | 77 | 3 | 0 | 72 | 267 | 56 | 34 |
| Binary | 100111 | 1100111 | 1101010 | 111111 | 11 | 0 | 111010 | 10110111 | 101110 | 11100 |
Color Harmonies of #27676A
Complementary color
Monochromatic Colors of #27676A
Black with #27676A
Text Example
Text Example
White with #27676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27676A; }
p { color: rgb(39,103,106); }
H1.HeaderClassName
{
color: #27676A;
}
.AnyTagClassName
{
color: #27676A;
}
</style>
background-color css
<style>
a { background-color: #27676A; }
a { background-color: rgb(39,103,106); }
div.DivClassName
{
background-color: #27676A;
}
.BgClassName
{
background-color: #27676A;
}
</style>
border-color css
<style>
span { border-color: #27676A; }
span { border-color: rgb(39,103,106); }
td.TdClassName
{
border-color: #27676A;
}
.TagClassName
{
border-color: #27676A;
}
</style>