Shades of Blue Stone #275F64
Tints of Blue Stone #275F64
RGB
CMYK
RGB Variations
Color information
#275F64 (or 0x275F64) is known color: Blue Stone. HEX triplet: 27, 5F and 64. RGB value is (39,95,100). Sum of RGB (Red+Green+Blue) = 39+95+100=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 95 (37.5% from 255 or 40.60% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 100 - color contains mainly: blue. Hex color #275F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275F64 is #D8A09B. Grayscale: #4E4E4E. Windows color (decimal): -14196892 or 6577959. OLE color: 6577959.
HSL color Cylindrical-coordinate representation of color #275F64: hue angle of 184.92º degrees, saturation: 0.44, 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 #275F64 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 95 | 100 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.61 |
| HSL | 184.92º | 0.44% | 0.27% | - |
| HSV(B) | 184.92º | 0.61% | 0.39% | - |
| XYZ | 7.23 | 9.54 | 13.52 | - |
| YUV | 78.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 95 | 100 | 0.61 | 0.05 | 0 | 0.61 | 184.92 | 0.44 | 0.27 |
| Hex | 27 | 5F | 64 | 3D | 5 | 0 | 3D | B9 | 2C | 1B |
| Octal | 47 | 137 | 144 | 75 | 5 | 0 | 75 | 271 | 54 | 33 |
| Binary | 100111 | 1011111 | 1100100 | 111101 | 101 | 0 | 111101 | 10111001 | 101100 | 11011 |
Color Harmonies of #275F64
Complementary color
Monochromatic Colors of #275F64
Black with #275F64
Text Example
Text Example
White with #275F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275F64; }
p { color: rgb(39,95,100); }
H1.HeaderClassName
{
color: #275F64;
}
.AnyTagClassName
{
color: #275F64;
}
</style>
background-color css
<style>
a { background-color: #275F64; }
a { background-color: rgb(39,95,100); }
div.DivClassName
{
background-color: #275F64;
}
.BgClassName
{
background-color: #275F64;
}
</style>
border-color css
<style>
span { border-color: #275F64; }
span { border-color: rgb(39,95,100); }
td.TdClassName
{
border-color: #275F64;
}
.TagClassName
{
border-color: #275F64;
}
</style>