Shades of Blue Stone #275B60
Tints of Blue Stone #275B60
RGB
CMYK
RGB Variations
Color information
#275B60 (or 0x275B60) is known color: Blue Stone. HEX triplet: 27, 5B and 60. RGB value is (39,91,96). Sum of RGB (Red+Green+Blue) = 39+91+96=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #275B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B60 is #D8A49F. Grayscale: #4B4B4B. Windows color (decimal): -14197920 or 6314791. OLE color: 6314791.
HSL color Cylindrical-coordinate representation of color #275B60: hue angle of 185.26º 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 #275B60 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 91 | 96 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.62 |
| HSL | 185.26º | 0.42% | 0.26% | - |
| HSV(B) | 185.26º | 0.59% | 0.38% | - |
| XYZ | 6.69 | 8.76 | 12.4 | - |
| YUV | 76.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 96 | 0.59 | 0.05 | 0 | 0.62 | 185.26 | 0.42 | 0.26 |
| Hex | 27 | 5B | 60 | 3B | 5 | 0 | 3E | B9 | 2A | 1A |
| Octal | 47 | 133 | 140 | 73 | 5 | 0 | 76 | 271 | 52 | 32 |
| Binary | 100111 | 1011011 | 1100000 | 111011 | 101 | 0 | 111110 | 10111001 | 101010 | 11010 |
Color Harmonies of #275B60
Complementary color
Monochromatic Colors of #275B60
Black with #275B60
Text Example
Text Example
White with #275B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275B60; }
p { color: rgb(39,91,96); }
H1.HeaderClassName
{
color: #275B60;
}
.AnyTagClassName
{
color: #275B60;
}
</style>
background-color css
<style>
a { background-color: #275B60; }
a { background-color: rgb(39,91,96); }
div.DivClassName
{
background-color: #275B60;
}
.BgClassName
{
background-color: #275B60;
}
</style>
border-color css
<style>
span { border-color: #275B60; }
span { border-color: rgb(39,91,96); }
td.TdClassName
{
border-color: #275B60;
}
.TagClassName
{
border-color: #275B60;
}
</style>