Shades of Blue Stone #27666B
Tints of Blue Stone #27666B
RGB
CMYK
RGB Variations
Color information
#27666B (or 0x27666B) is known color: Blue Stone. HEX triplet: 27, 66 and 6B. RGB value is (39,102,107). Sum of RGB (Red+Green+Blue) = 39+102+107=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #27666B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27666B is #D89994. Grayscale: #535353. Windows color (decimal): -14195093 or 7038503. OLE color: 7038503.
HSL color Cylindrical-coordinate representation of color #27666B: hue angle of 184.41º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27666B is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 102 | 107 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.58 |
| HSL | 184.41º | 0.47% | 0.29% | - |
| HSV(B) | 184.41º | 0.64% | 0.42% | - |
| XYZ | 8.24 | 11 | 15.6 | - |
| YUV | 83.73 | 141.13 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 102 | 107 | 0.64 | 0.05 | 0 | 0.58 | 184.41 | 0.47 | 0.29 |
| Hex | 27 | 66 | 6B | 40 | 5 | 0 | 3A | B8 | 2F | 1D |
| Octal | 47 | 146 | 153 | 100 | 5 | 0 | 72 | 270 | 57 | 35 |
| Binary | 100111 | 1100110 | 1101011 | 1000000 | 101 | 0 | 111010 | 10111000 | 101111 | 11101 |
Color Harmonies of #27666B
Complementary color
Monochromatic Colors of #27666B
Black with #27666B
Text Example
Text Example
White with #27666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27666B; }
p { color: rgb(39,102,107); }
H1.HeaderClassName
{
color: #27666B;
}
.AnyTagClassName
{
color: #27666B;
}
</style>
background-color css
<style>
a { background-color: #27666B; }
a { background-color: rgb(39,102,107); }
div.DivClassName
{
background-color: #27666B;
}
.BgClassName
{
background-color: #27666B;
}
</style>
border-color css
<style>
span { border-color: #27666B; }
span { border-color: rgb(39,102,107); }
td.TdClassName
{
border-color: #27666B;
}
.TagClassName
{
border-color: #27666B;
}
</style>