Shades of Blue Stone #275F60
Tints of Blue Stone #275F60
RGB
CMYK
RGB Variations
Color information
#275F60 (or 0x275F60) is known color: Blue Stone. HEX triplet: 27, 5F and 60. RGB value is (39,95,96). Sum of RGB (Red+Green+Blue) = 39+95+96=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #275F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275F60 is #D8A09F. Grayscale: #4E4E4E. Windows color (decimal): -14196896 or 6315815. OLE color: 6315815.
HSL color Cylindrical-coordinate representation of color #275F60: hue angle of 181.05º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275F60 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 95 | 96 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.62 |
| HSL | 181.05º | 0.42% | 0.26% | - |
| HSV(B) | 181.05º | 0.59% | 0.38% | - |
| XYZ | 7.04 | 9.46 | 12.52 | - |
| YUV | 78.37 | 137.95 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 96 | 0.59 | 0.01 | 0 | 0.62 | 181.05 | 0.42 | 0.26 |
| Hex | 27 | 5F | 60 | 3B | 1 | 0 | 3E | B5 | 2A | 1A |
| Octal | 47 | 137 | 140 | 73 | 1 | 0 | 76 | 265 | 52 | 32 |
| Binary | 100111 | 1011111 | 1100000 | 111011 | 1 | 0 | 111110 | 10110101 | 101010 | 11010 |
Color Harmonies of #275F60
Complementary color
Monochromatic Colors of #275F60
Black with #275F60
Text Example
Text Example
White with #275F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275F60; }
p { color: rgb(39,95,96); }
H1.HeaderClassName
{
color: #275F60;
}
.AnyTagClassName
{
color: #275F60;
}
</style>
background-color css
<style>
a { background-color: #275F60; }
a { background-color: rgb(39,95,96); }
div.DivClassName
{
background-color: #275F60;
}
.BgClassName
{
background-color: #275F60;
}
</style>
border-color css
<style>
span { border-color: #275F60; }
span { border-color: rgb(39,95,96); }
td.TdClassName
{
border-color: #275F60;
}
.TagClassName
{
border-color: #275F60;
}
</style>