Shades of Blue Stone #266664
Tints of Blue Stone #266664
RGB
CMYK
RGB Variations
Color information
#266664 (or 0x266664) is known color: Blue Stone. HEX triplet: 26, 66 and 64. RGB value is (38,102,100). Sum of RGB (Red+Green+Blue) = 38+102+100=240 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.83% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #266664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266664 is #D9999B. Grayscale: #525252. Windows color (decimal): -14260636 or 6579750. OLE color: 6579750.
HSL color Cylindrical-coordinate representation of color #266664: hue angle of 178.12º 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 #266664 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 38 | 102 | 100 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.6 |
| HSL | 178.13º | 0.46% | 0.27% | - |
| HSV(B) | 178.13º | 0.63% | 0.4% | - |
| XYZ | 7.85 | 10.83 | 13.73 | - |
| YUV | 82.64 | 137.8 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 102 | 100 | 0.63 | 0 | 0.02 | 0.6 | 178.13 | 0.46 | 0.27 |
| Hex | 26 | 66 | 64 | 3F | 0 | 2 | 3C | B2 | 2E | 1B |
| Octal | 46 | 146 | 144 | 77 | 0 | 2 | 74 | 262 | 56 | 33 |
| Binary | 100110 | 1100110 | 1100100 | 111111 | 0 | 10 | 111100 | 10110010 | 101110 | 11011 |
Color Harmonies of #266664
Complementary color
Monochromatic Colors of #266664
Black with #266664
Text Example
Text Example
White with #266664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266664; }
p { color: rgb(38,102,100); }
H1.HeaderClassName
{
color: #266664;
}
.AnyTagClassName
{
color: #266664;
}
</style>
background-color css
<style>
a { background-color: #266664; }
a { background-color: rgb(38,102,100); }
div.DivClassName
{
background-color: #266664;
}
.BgClassName
{
background-color: #266664;
}
</style>
border-color css
<style>
span { border-color: #266664; }
span { border-color: rgb(38,102,100); }
td.TdClassName
{
border-color: #266664;
}
.TagClassName
{
border-color: #266664;
}
</style>