Shades of Blue Stone #275D64
Tints of Blue Stone #275D64
RGB
CMYK
RGB Variations
Color information
#275D64 (or 0x275D64) is known color: Blue Stone. HEX triplet: 27, 5D and 64. RGB value is (39,93,100). Sum of RGB (Red+Green+Blue) = 39+93+100=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 100 - color contains mainly: blue. Hex color #275D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D64 is #D8A29B. Grayscale: #4D4D4D. Windows color (decimal): -14197404 or 6577447. OLE color: 6577447.
HSL color Cylindrical-coordinate representation of color #275D64: hue angle of 186.89º 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 #275D64 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 93 | 100 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.61 |
| HSL | 186.89º | 0.44% | 0.27% | - |
| HSV(B) | 186.89º | 0.61% | 0.39% | - |
| XYZ | 7.05 | 9.18 | 13.46 | - |
| YUV | 77.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 93 | 100 | 0.61 | 0.07 | 0 | 0.61 | 186.89 | 0.44 | 0.27 |
| Hex | 27 | 5D | 64 | 3D | 7 | 0 | 3D | BB | 2C | 1B |
| Octal | 47 | 135 | 144 | 75 | 7 | 0 | 75 | 273 | 54 | 33 |
| Binary | 100111 | 1011101 | 1100100 | 111101 | 111 | 0 | 111101 | 10111011 | 101100 | 11011 |
Color Harmonies of #275D64
Complementary color
Monochromatic Colors of #275D64
Black with #275D64
Text Example
Text Example
White with #275D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275D64; }
p { color: rgb(39,93,100); }
H1.HeaderClassName
{
color: #275D64;
}
.AnyTagClassName
{
color: #275D64;
}
</style>
background-color css
<style>
a { background-color: #275D64; }
a { background-color: rgb(39,93,100); }
div.DivClassName
{
background-color: #275D64;
}
.BgClassName
{
background-color: #275D64;
}
</style>
border-color css
<style>
span { border-color: #275D64; }
span { border-color: rgb(39,93,100); }
td.TdClassName
{
border-color: #275D64;
}
.TagClassName
{
border-color: #275D64;
}
</style>