Shades of Blue Stone #26666B
Tints of Blue Stone #26666B
RGB
CMYK
RGB Variations
Color information
#26666B (or 0x26666B) is known color: Blue Stone. HEX triplet: 26, 66 and 6B. RGB value is (38,102,107). Sum of RGB (Red+Green+Blue) = 38+102+107=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #26666B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26666B is #D99994. Grayscale: #535353. Windows color (decimal): -14260629 or 7038502. OLE color: 7038502.
HSL color Cylindrical-coordinate representation of color #26666B: hue angle of 184.35º 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 #26666B is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 102 | 107 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.58 |
| HSL | 184.35º | 0.48% | 0.28% | - |
| HSV(B) | 184.35º | 0.64% | 0.42% | - |
| XYZ | 8.2 | 10.98 | 15.6 | - |
| YUV | 83.43 | 141.3 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 107 | 0.64 | 0.05 | 0 | 0.58 | 184.35 | 0.48 | 0.28 |
| Hex | 26 | 66 | 6B | 40 | 5 | 0 | 3A | B8 | 30 | 1C |
| Octal | 46 | 146 | 153 | 100 | 5 | 0 | 72 | 270 | 60 | 34 |
| Binary | 100110 | 1100110 | 1101011 | 1000000 | 101 | 0 | 111010 | 10111000 | 110000 | 11100 |
Color Harmonies of #26666B
Complementary color
Monochromatic Colors of #26666B
Black with #26666B
Text Example
Text Example
White with #26666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26666B; }
p { color: rgb(38,102,107); }
H1.HeaderClassName
{
color: #26666B;
}
.AnyTagClassName
{
color: #26666B;
}
</style>
background-color css
<style>
a { background-color: #26666B; }
a { background-color: rgb(38,102,107); }
div.DivClassName
{
background-color: #26666B;
}
.BgClassName
{
background-color: #26666B;
}
</style>
border-color css
<style>
span { border-color: #26666B; }
span { border-color: rgb(38,102,107); }
td.TdClassName
{
border-color: #26666B;
}
.TagClassName
{
border-color: #26666B;
}
</style>