Shades of Blue Stone #266166
Tints of Blue Stone #266166
RGB
CMYK
RGB Variations
Color information
#266166 (or 0x266166) is known color: Blue Stone. HEX triplet: 26, 61 and 66. RGB value is (38,97,102). Sum of RGB (Red+Green+Blue) = 38+97+102=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 102 - color contains mainly: blue. Hex color #266166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266166 is #D99E99. Grayscale: #4F4F4F. Windows color (decimal): -14261914 or 6709542. OLE color: 6709542.
HSL color Cylindrical-coordinate representation of color #266166: hue angle of 184.69º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266166 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 97 | 102 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.6 |
| HSL | 184.69º | 0.46% | 0.27% | - |
| HSV(B) | 184.69º | 0.63% | 0.4% | - |
| XYZ | 7.47 | 9.92 | 14.09 | - |
| YUV | 79.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 97 | 102 | 0.63 | 0.05 | 0 | 0.6 | 184.69 | 0.46 | 0.27 |
| Hex | 26 | 61 | 66 | 3F | 5 | 0 | 3C | B9 | 2E | 1B |
| Octal | 46 | 141 | 146 | 77 | 5 | 0 | 74 | 271 | 56 | 33 |
| Binary | 100110 | 1100001 | 1100110 | 111111 | 101 | 0 | 111100 | 10111001 | 101110 | 11011 |
Color Harmonies of #266166
Complementary color
Monochromatic Colors of #266166
Black with #266166
Text Example
Text Example
White with #266166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266166; }
p { color: rgb(38,97,102); }
H1.HeaderClassName
{
color: #266166;
}
.AnyTagClassName
{
color: #266166;
}
</style>
background-color css
<style>
a { background-color: #266166; }
a { background-color: rgb(38,97,102); }
div.DivClassName
{
background-color: #266166;
}
.BgClassName
{
background-color: #266166;
}
</style>
border-color css
<style>
span { border-color: #266166; }
span { border-color: rgb(38,97,102); }
td.TdClassName
{
border-color: #266166;
}
.TagClassName
{
border-color: #266166;
}
</style>