Shades of Blue Stone #266B65
Tints of Blue Stone #266B65
RGB
CMYK
RGB Variations
Color information
#266B65 (or 0x266B65) is known color: Blue Stone. HEX triplet: 26, 6B and 65. RGB value is (38,107,101). Sum of RGB (Red+Green+Blue) = 38+107+101=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 107 - color contains mainly: green. Hex color #266B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266B65 is #D9949A. Grayscale: #555555. Windows color (decimal): -14259355 or 6646566. OLE color: 6646566.
HSL color Cylindrical-coordinate representation of color #266B65: hue angle of 174.78º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266B65 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 107 | 101 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.58 |
| HSL | 174.78º | 0.48% | 0.28% | - |
| HSV(B) | 174.78º | 0.64% | 0.42% | - |
| XYZ | 8.41 | 11.87 | 14.16 | - |
| YUV | 85.69 | 136.64 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 107 | 101 | 0.64 | 0 | 0.06 | 0.58 | 174.78 | 0.48 | 0.28 |
| Hex | 26 | 6B | 65 | 40 | 0 | 6 | 3A | AF | 30 | 1C |
| Octal | 46 | 153 | 145 | 100 | 0 | 6 | 72 | 257 | 60 | 34 |
| Binary | 100110 | 1101011 | 1100101 | 1000000 | 0 | 110 | 111010 | 10101111 | 110000 | 11100 |
Color Harmonies of #266B65
Complementary color
Monochromatic Colors of #266B65
Black with #266B65
Text Example
Text Example
White with #266B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266B65; }
p { color: rgb(38,107,101); }
H1.HeaderClassName
{
color: #266B65;
}
.AnyTagClassName
{
color: #266B65;
}
</style>
background-color css
<style>
a { background-color: #266B65; }
a { background-color: rgb(38,107,101); }
div.DivClassName
{
background-color: #266B65;
}
.BgClassName
{
background-color: #266B65;
}
</style>
border-color css
<style>
span { border-color: #266B65; }
span { border-color: rgb(38,107,101); }
td.TdClassName
{
border-color: #266B65;
}
.TagClassName
{
border-color: #266B65;
}
</style>