Shades of Blue Stone #26636A
Tints of Blue Stone #26636A
RGB
CMYK
RGB Variations
Color information
#26636A (or 0x26636A) is known color: Blue Stone. HEX triplet: 26, 63 and 6A. RGB value is (38,99,106). Sum of RGB (Red+Green+Blue) = 38+99+106=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 106 - color contains mainly: blue. Hex color #26636A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26636A is #D99C95. Grayscale: #515151. Windows color (decimal): -14261398 or 6972198. OLE color: 6972198.
HSL color Cylindrical-coordinate representation of color #26636A: hue angle of 186.18º degrees, saturation: 0.47, 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 #26636A is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 99 | 106 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.58 |
| HSL | 186.18º | 0.47% | 0.28% | - |
| HSV(B) | 186.18º | 0.64% | 0.42% | - |
| XYZ | 7.86 | 10.38 | 15.22 | - |
| YUV | 81.56 | 141.79 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 99 | 106 | 0.64 | 0.07 | 0 | 0.58 | 186.18 | 0.47 | 0.28 |
| Hex | 26 | 63 | 6A | 40 | 7 | 0 | 3A | BA | 2F | 1C |
| Octal | 46 | 143 | 152 | 100 | 7 | 0 | 72 | 272 | 57 | 34 |
| Binary | 100110 | 1100011 | 1101010 | 1000000 | 111 | 0 | 111010 | 10111010 | 101111 | 11100 |
Color Harmonies of #26636A
Complementary color
Monochromatic Colors of #26636A
Black with #26636A
Text Example
Text Example
White with #26636A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26636A; }
p { color: rgb(38,99,106); }
H1.HeaderClassName
{
color: #26636A;
}
.AnyTagClassName
{
color: #26636A;
}
</style>
background-color css
<style>
a { background-color: #26636A; }
a { background-color: rgb(38,99,106); }
div.DivClassName
{
background-color: #26636A;
}
.BgClassName
{
background-color: #26636A;
}
</style>
border-color css
<style>
span { border-color: #26636A; }
span { border-color: rgb(38,99,106); }
td.TdClassName
{
border-color: #26636A;
}
.TagClassName
{
border-color: #26636A;
}
</style>