Shades of Blue Stone #275B5E
Tints of Blue Stone #275B5E
RGB
CMYK
RGB Variations
Color information
#275B5E (or 0x275B5E) is known color: Blue Stone. HEX triplet: 27, 5B and 5E. RGB value is (39,91,94). Sum of RGB (Red+Green+Blue) = 39+91+94=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #275B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B5E is #D8A4A1. Grayscale: #4B4B4B. Windows color (decimal): -14197922 or 6183719. OLE color: 6183719.
HSL color Cylindrical-coordinate representation of color #275B5E: hue angle of 183.27º 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 #275B5E is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 39 | 91 | 94 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.63 |
| HSL | 183.27º | 0.41% | 0.26% | - |
| HSV(B) | 183.27º | 0.59% | 0.37% | - |
| XYZ | 6.6 | 8.72 | 11.93 | - |
| YUV | 75.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 91 | 94 | 0.59 | 0.03 | 0 | 0.63 | 183.27 | 0.41 | 0.26 |
| Hex | 27 | 5B | 5E | 3B | 3 | 0 | 3F | B7 | 29 | 1A |
| Octal | 47 | 133 | 136 | 73 | 3 | 0 | 77 | 267 | 51 | 32 |
| Binary | 100111 | 1011011 | 1011110 | 111011 | 11 | 0 | 111111 | 10110111 | 101001 | 11010 |
Color Harmonies of #275B5E
Complementary color
Monochromatic Colors of #275B5E
Black with #275B5E
Text Example
Text Example
White with #275B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275B5E; }
p { color: rgb(39,91,94); }
H1.HeaderClassName
{
color: #275B5E;
}
.AnyTagClassName
{
color: #275B5E;
}
</style>
background-color css
<style>
a { background-color: #275B5E; }
a { background-color: rgb(39,91,94); }
div.DivClassName
{
background-color: #275B5E;
}
.BgClassName
{
background-color: #275B5E;
}
</style>
border-color css
<style>
span { border-color: #275B5E; }
span { border-color: rgb(39,91,94); }
td.TdClassName
{
border-color: #275B5E;
}
.TagClassName
{
border-color: #275B5E;
}
</style>