Shades of Blue Stone #266667
Tints of Blue Stone #266667
RGB
CMYK
RGB Variations
Color information
#266667 (or 0x266667) is known color: Blue Stone. HEX triplet: 26, 66 and 67. RGB value is (38,102,103). Sum of RGB (Red+Green+Blue) = 38+102+103=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 103 - color contains mainly: blue. Hex color #266667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266667 is #D99998. Grayscale: #525252. Windows color (decimal): -14260633 or 6776358. OLE color: 6776358.
HSL color Cylindrical-coordinate representation of color #266667: hue angle of 180.92º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266667 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 38 | 102 | 103 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.60 |
| HSL | 180.92º | 0.46% | 0.28% | - |
| HSV(B) | 180.92º | 0.63% | 0.4% | - |
| XYZ | 8 | 10.89 | 14.51 | - |
| YUV | 82.98 | 139.3 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 103 | 0.63 | 0.01 | 0 | 0.60 | 180.92 | 0.46 | 0.28 |
| Hex | 26 | 66 | 67 | 3F | 1 | 0 | 3C | B5 | 2E | 1C |
| Octal | 46 | 146 | 147 | 77 | 1 | 0 | 74 | 265 | 56 | 34 |
| Binary | 100110 | 1100110 | 1100111 | 111111 | 1 | 0 | 111100 | 10110101 | 101110 | 11100 |
Color Harmonies of #266667
Complementary color
Monochromatic Colors of #266667
Black with #266667
Text Example
Text Example
White with #266667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266667; }
p { color: rgb(38,102,103); }
H1.HeaderClassName
{
color: #266667;
}
.AnyTagClassName
{
color: #266667;
}
</style>
background-color css
<style>
a { background-color: #266667; }
a { background-color: rgb(38,102,103); }
div.DivClassName
{
background-color: #266667;
}
.BgClassName
{
background-color: #266667;
}
</style>
border-color css
<style>
span { border-color: #266667; }
span { border-color: rgb(38,102,103); }
td.TdClassName
{
border-color: #266667;
}
.TagClassName
{
border-color: #266667;
}
</style>