Shades of Blue Stone #275C5E
Tints of Blue Stone #275C5E
RGB
CMYK
RGB Variations
Color information
#275C5E (or 0x275C5E) is known color: Blue Stone. HEX triplet: 27, 5C and 5E. RGB value is (39,92,94). Sum of RGB (Red+Green+Blue) = 39+92+94=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #275C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C5E is #D8A3A1. Grayscale: #4C4C4C. Windows color (decimal): -14197666 or 6183975. OLE color: 6183975.
HSL color Cylindrical-coordinate representation of color #275C5E: hue angle of 182.18º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275C5E is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 92 | 94 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.63 |
| HSL | 182.18º | 0.41% | 0.26% | - |
| HSV(B) | 182.18º | 0.59% | 0.37% | - |
| XYZ | 6.68 | 8.89 | 11.95 | - |
| YUV | 76.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 92 | 94 | 0.59 | 0.02 | 0 | 0.63 | 182.18 | 0.41 | 0.26 |
| Hex | 27 | 5C | 5E | 3B | 2 | 0 | 3F | B6 | 29 | 1A |
| Octal | 47 | 134 | 136 | 73 | 2 | 0 | 77 | 266 | 51 | 32 |
| Binary | 100111 | 1011100 | 1011110 | 111011 | 10 | 0 | 111111 | 10110110 | 101001 | 11010 |
Color Harmonies of #275C5E
Complementary color
Monochromatic Colors of #275C5E
Black with #275C5E
Text Example
Text Example
White with #275C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275C5E; }
p { color: rgb(39,92,94); }
H1.HeaderClassName
{
color: #275C5E;
}
.AnyTagClassName
{
color: #275C5E;
}
</style>
background-color css
<style>
a { background-color: #275C5E; }
a { background-color: rgb(39,92,94); }
div.DivClassName
{
background-color: #275C5E;
}
.BgClassName
{
background-color: #275C5E;
}
</style>
border-color css
<style>
span { border-color: #275C5E; }
span { border-color: rgb(39,92,94); }
td.TdClassName
{
border-color: #275C5E;
}
.TagClassName
{
border-color: #275C5E;
}
</style>