Shades of Blue Stone #26656B
Tints of Blue Stone #26656B
RGB
CMYK
RGB Variations
Color information
#26656B (or 0x26656B) is known color: Blue Stone. HEX triplet: 26, 65 and 6B. RGB value is (38,101,107). Sum of RGB (Red+Green+Blue) = 38+101+107=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #26656B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26656B is #D99A94. Grayscale: #525252. Windows color (decimal): -14260885 or 7038246. OLE color: 7038246.
HSL color Cylindrical-coordinate representation of color #26656B: hue angle of 185.22º 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 #26656B is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 101 | 107 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.58 |
| HSL | 185.22º | 0.48% | 0.28% | - |
| HSV(B) | 185.22º | 0.64% | 0.42% | - |
| XYZ | 8.11 | 10.78 | 15.56 | - |
| YUV | 82.85 | 141.63 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 101 | 107 | 0.64 | 0.06 | 0 | 0.58 | 185.22 | 0.48 | 0.28 |
| Hex | 26 | 65 | 6B | 40 | 6 | 0 | 3A | B9 | 30 | 1C |
| Octal | 46 | 145 | 153 | 100 | 6 | 0 | 72 | 271 | 60 | 34 |
| Binary | 100110 | 1100101 | 1101011 | 1000000 | 110 | 0 | 111010 | 10111001 | 110000 | 11100 |
Color Harmonies of #26656B
Complementary color
Monochromatic Colors of #26656B
Black with #26656B
Text Example
Text Example
White with #26656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26656B; }
p { color: rgb(38,101,107); }
H1.HeaderClassName
{
color: #26656B;
}
.AnyTagClassName
{
color: #26656B;
}
</style>
background-color css
<style>
a { background-color: #26656B; }
a { background-color: rgb(38,101,107); }
div.DivClassName
{
background-color: #26656B;
}
.BgClassName
{
background-color: #26656B;
}
</style>
border-color css
<style>
span { border-color: #26656B; }
span { border-color: rgb(38,101,107); }
td.TdClassName
{
border-color: #26656B;
}
.TagClassName
{
border-color: #26656B;
}
</style>