Shades of Blue Stone #275C5D
Tints of Blue Stone #275C5D
RGB
CMYK
RGB Variations
Color information
#275C5D (or 0x275C5D) is known color: Blue Stone. HEX triplet: 27, 5C and 5D. RGB value is (39,92,93). Sum of RGB (Red+Green+Blue) = 39+92+93=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #275C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C5D is #D8A3A2. Grayscale: #4C4C4C. Windows color (decimal): -14197667 or 6118439. OLE color: 6118439.
HSL color Cylindrical-coordinate representation of color #275C5D: hue angle of 181.11º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #275C5D is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 39 | 92 | 93 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.64 |
| HSL | 181.11º | 0.41% | 0.26% | - |
| HSV(B) | 181.11º | 0.58% | 0.36% | - |
| XYZ | 6.64 | 8.88 | 11.72 | - |
| YUV | 76.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 93 | 0.58 | 0.01 | 0 | 0.64 | 181.11 | 0.41 | 0.26 |
| Hex | 27 | 5C | 5D | 3A | 1 | 0 | 40 | B5 | 29 | 1A |
| Octal | 47 | 134 | 135 | 72 | 1 | 0 | 100 | 265 | 51 | 32 |
| Binary | 100111 | 1011100 | 1011101 | 111010 | 1 | 0 | 1000000 | 10110101 | 101001 | 11010 |
Color Harmonies of #275C5D
Complementary color
Monochromatic Colors of #275C5D
Black with #275C5D
Text Example
Text Example
White with #275C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275C5D; }
p { color: rgb(39,92,93); }
H1.HeaderClassName
{
color: #275C5D;
}
.AnyTagClassName
{
color: #275C5D;
}
</style>
background-color css
<style>
a { background-color: #275C5D; }
a { background-color: rgb(39,92,93); }
div.DivClassName
{
background-color: #275C5D;
}
.BgClassName
{
background-color: #275C5D;
}
</style>
border-color css
<style>
span { border-color: #275C5D; }
span { border-color: rgb(39,92,93); }
td.TdClassName
{
border-color: #275C5D;
}
.TagClassName
{
border-color: #275C5D;
}
</style>