Shades of Blue Stone #276265
Tints of Blue Stone #276265
RGB
CMYK
RGB Variations
Color information
#276265 (or 0x276265) is known color: Blue Stone. HEX triplet: 27, 62 and 65. RGB value is (39,98,101). Sum of RGB (Red+Green+Blue) = 39+98+101=238 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.39% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #276265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276265 is #D89D9A. Grayscale: #505050. Windows color (decimal): -14196123 or 6644263. OLE color: 6644263.
HSL color Cylindrical-coordinate representation of color #276265: hue angle of 182.9º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #276265 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 39 | 98 | 101 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.60 |
| HSL | 182.9º | 0.44% | 0.27% | - |
| HSV(B) | 182.9º | 0.61% | 0.4% | - |
| XYZ | 7.55 | 10.11 | 13.86 | - |
| YUV | 80.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 98 | 101 | 0.61 | 0.03 | 0 | 0.60 | 182.9 | 0.44 | 0.27 |
| Hex | 27 | 62 | 65 | 3D | 3 | 0 | 3C | B7 | 2C | 1B |
| Octal | 47 | 142 | 145 | 75 | 3 | 0 | 74 | 267 | 54 | 33 |
| Binary | 100111 | 1100010 | 1100101 | 111101 | 11 | 0 | 111100 | 10110111 | 101100 | 11011 |
Color Harmonies of #276265
Complementary color
Monochromatic Colors of #276265
Black with #276265
Text Example
Text Example
White with #276265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276265; }
p { color: rgb(39,98,101); }
H1.HeaderClassName
{
color: #276265;
}
.AnyTagClassName
{
color: #276265;
}
</style>
background-color css
<style>
a { background-color: #276265; }
a { background-color: rgb(39,98,101); }
div.DivClassName
{
background-color: #276265;
}
.BgClassName
{
background-color: #276265;
}
</style>
border-color css
<style>
span { border-color: #276265; }
span { border-color: rgb(39,98,101); }
td.TdClassName
{
border-color: #276265;
}
.TagClassName
{
border-color: #276265;
}
</style>