Shades of Blue Stone #266266
Tints of Blue Stone #266266
RGB
CMYK
RGB Variations
Color information
#266266 (or 0x266266) is known color: Blue Stone. HEX triplet: 26, 62 and 66. RGB value is (38,98,102). Sum of RGB (Red+Green+Blue) = 38+98+102=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #266266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266266 is #D99D99. Grayscale: #505050. Windows color (decimal): -14261658 or 6709798. OLE color: 6709798.
HSL color Cylindrical-coordinate representation of color #266266: hue angle of 183.75º 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 #266266 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 98 | 102 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.6 |
| HSL | 183.75º | 0.46% | 0.27% | - |
| HSV(B) | 183.75º | 0.63% | 0.4% | - |
| XYZ | 7.57 | 10.11 | 14.12 | - |
| YUV | 80.52 | 140.12 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 98 | 102 | 0.63 | 0.04 | 0 | 0.6 | 183.75 | 0.46 | 0.27 |
| Hex | 26 | 62 | 66 | 3F | 4 | 0 | 3C | B8 | 2E | 1B |
| Octal | 46 | 142 | 146 | 77 | 4 | 0 | 74 | 270 | 56 | 33 |
| Binary | 100110 | 1100010 | 1100110 | 111111 | 100 | 0 | 111100 | 10111000 | 101110 | 11011 |
Color Harmonies of #266266
Complementary color
Monochromatic Colors of #266266
Black with #266266
Text Example
Text Example
White with #266266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266266; }
p { color: rgb(38,98,102); }
H1.HeaderClassName
{
color: #266266;
}
.AnyTagClassName
{
color: #266266;
}
</style>
background-color css
<style>
a { background-color: #266266; }
a { background-color: rgb(38,98,102); }
div.DivClassName
{
background-color: #266266;
}
.BgClassName
{
background-color: #266266;
}
</style>
border-color css
<style>
span { border-color: #266266; }
span { border-color: rgb(38,98,102); }
td.TdClassName
{
border-color: #266266;
}
.TagClassName
{
border-color: #266266;
}
</style>