Shades of Blue Stone #276B68
Tints of Blue Stone #276B68
RGB
CMYK
RGB Variations
Color information
#276B68 (or 0x276B68) is known color: Blue Stone. HEX triplet: 27, 6B and 68. RGB value is (39,107,104). Sum of RGB (Red+Green+Blue) = 39+107+104=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 107 - color contains mainly: green. Hex color #276B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276B68 is #D89497. Grayscale: #565656. Windows color (decimal): -14193816 or 6843175. OLE color: 6843175.
HSL color Cylindrical-coordinate representation of color #276B68: hue angle of 177.35º 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 #276B68 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 107 | 104 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.58 |
| HSL | 177.35º | 0.47% | 0.29% | - |
| HSV(B) | 177.35º | 0.64% | 0.42% | - |
| XYZ | 8.59 | 11.95 | 14.95 | - |
| YUV | 86.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 107 | 104 | 0.64 | 0 | 0.03 | 0.58 | 177.35 | 0.47 | 0.29 |
| Hex | 27 | 6B | 68 | 40 | 0 | 3 | 3A | B1 | 2F | 1D |
| Octal | 47 | 153 | 150 | 100 | 0 | 3 | 72 | 261 | 57 | 35 |
| Binary | 100111 | 1101011 | 1101000 | 1000000 | 0 | 11 | 111010 | 10110001 | 101111 | 11101 |
Color Harmonies of #276B68
Complementary color
Monochromatic Colors of #276B68
Black with #276B68
Text Example
Text Example
White with #276B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276B68; }
p { color: rgb(39,107,104); }
H1.HeaderClassName
{
color: #276B68;
}
.AnyTagClassName
{
color: #276B68;
}
</style>
background-color css
<style>
a { background-color: #276B68; }
a { background-color: rgb(39,107,104); }
div.DivClassName
{
background-color: #276B68;
}
.BgClassName
{
background-color: #276B68;
}
</style>
border-color css
<style>
span { border-color: #276B68; }
span { border-color: rgb(39,107,104); }
td.TdClassName
{
border-color: #276B68;
}
.TagClassName
{
border-color: #276B68;
}
</style>