Shades of Blue Stone #276363
Tints of Blue Stone #276363
RGB
CMYK
RGB Variations
Color information
#276363 (or 0x276363) is known color: Blue Stone. HEX triplet: 27, 63 and 63. RGB value is (39,99,99). Sum of RGB (Red+Green+Blue) = 39+99+99=237 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.46% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #276363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276363 is #D89C9C. Grayscale: #515151. Windows color (decimal): -14195869 or 6513447. OLE color: 6513447.
HSL color Cylindrical-coordinate representation of color #276363: hue angle of 180º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #276363 is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 99 | 99 | - |
| CMYK | 0.61 | 0 | 0 | 0.61 |
| HSL | 180º | 0.43% | 0.27% | - |
| HSV(B) | 180º | 0.61% | 0.39% | - |
| XYZ | 7.55 | 10.26 | 13.39 | - |
| YUV | 81.06 | 138.12 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 99 | 99 | 0.61 | 0 | 0 | 0.61 | 180 | 0.43 | 0.27 |
| Hex | 27 | 63 | 63 | 3D | 0 | 0 | 3D | B4 | 2B | 1B |
| Octal | 47 | 143 | 143 | 75 | 0 | 0 | 75 | 264 | 53 | 33 |
| Binary | 100111 | 1100011 | 1100011 | 111101 | 0 | 0 | 111101 | 10110100 | 101011 | 11011 |
Color Harmonies of #276363
Complementary color
Monochromatic Colors of #276363
Black with #276363
Text Example
Text Example
White with #276363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276363; }
p { color: rgb(39,99,99); }
H1.HeaderClassName
{
color: #276363;
}
.AnyTagClassName
{
color: #276363;
}
</style>
background-color css
<style>
a { background-color: #276363; }
a { background-color: rgb(39,99,99); }
div.DivClassName
{
background-color: #276363;
}
.BgClassName
{
background-color: #276363;
}
</style>
border-color css
<style>
span { border-color: #276363; }
span { border-color: rgb(39,99,99); }
td.TdClassName
{
border-color: #276363;
}
.TagClassName
{
border-color: #276363;
}
</style>