Shades of Blue Stone #275E64
Tints of Blue Stone #275E64
RGB
CMYK
RGB Variations
Color information
#275E64 (or 0x275E64) is known color: Blue Stone. HEX triplet: 27, 5E and 64. RGB value is (39,94,100). Sum of RGB (Red+Green+Blue) = 39+94+100=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 100 (39.45% from 255 or 42.92% from 233); Max value from RGB is 100 - color contains mainly: blue. Hex color #275E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E64 is #D8A19B. Grayscale: #4E4E4E. Windows color (decimal): -14197148 or 6577703. OLE color: 6577703.
HSL color Cylindrical-coordinate representation of color #275E64: hue angle of 185.9º 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 #275E64 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 39 | 94 | 100 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.61 |
| HSL | 185.9º | 0.44% | 0.27% | - |
| HSV(B) | 185.9º | 0.61% | 0.39% | - |
| XYZ | 7.14 | 9.36 | 13.49 | - |
| YUV | 78.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 94 | 100 | 0.61 | 0.06 | 0 | 0.61 | 185.9 | 0.44 | 0.27 |
| Hex | 27 | 5E | 64 | 3D | 6 | 0 | 3D | BA | 2C | 1B |
| Octal | 47 | 136 | 144 | 75 | 6 | 0 | 75 | 272 | 54 | 33 |
| Binary | 100111 | 1011110 | 1100100 | 111101 | 110 | 0 | 111101 | 10111010 | 101100 | 11011 |
Color Harmonies of #275E64
Complementary color
Monochromatic Colors of #275E64
Black with #275E64
Text Example
Text Example
White with #275E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275E64; }
p { color: rgb(39,94,100); }
H1.HeaderClassName
{
color: #275E64;
}
.AnyTagClassName
{
color: #275E64;
}
</style>
background-color css
<style>
a { background-color: #275E64; }
a { background-color: rgb(39,94,100); }
div.DivClassName
{
background-color: #275E64;
}
.BgClassName
{
background-color: #275E64;
}
</style>
border-color css
<style>
span { border-color: #275E64; }
span { border-color: rgb(39,94,100); }
td.TdClassName
{
border-color: #275E64;
}
.TagClassName
{
border-color: #275E64;
}
</style>