Shades of Blue Stone #275A60
Tints of Blue Stone #275A60
RGB
CMYK
RGB Variations
Color information
#275A60 (or 0x275A60) is known color: Blue Stone. HEX triplet: 27, 5A and 60. RGB value is (39,90,96). Sum of RGB (Red+Green+Blue) = 39+90+96=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #275A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A60 is #D8A59F. Grayscale: #4B4B4B. Windows color (decimal): -14198176 or 6314535. OLE color: 6314535.
HSL color Cylindrical-coordinate representation of color #275A60: hue angle of 186.32º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275A60 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 39 | 90 | 96 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.62 |
| HSL | 186.32º | 0.42% | 0.26% | - |
| HSV(B) | 186.32º | 0.59% | 0.38% | - |
| XYZ | 6.6 | 8.59 | 12.38 | - |
| YUV | 75.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 90 | 96 | 0.59 | 0.06 | 0 | 0.62 | 186.32 | 0.42 | 0.26 |
| Hex | 27 | 5A | 60 | 3B | 6 | 0 | 3E | BA | 2A | 1A |
| Octal | 47 | 132 | 140 | 73 | 6 | 0 | 76 | 272 | 52 | 32 |
| Binary | 100111 | 1011010 | 1100000 | 111011 | 110 | 0 | 111110 | 10111010 | 101010 | 11010 |
Color Harmonies of #275A60
Complementary color
Monochromatic Colors of #275A60
Black with #275A60
Text Example
Text Example
White with #275A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #275A60; }
p { color: rgb(39,90,96); }
H1.HeaderClassName
{
color: #275A60;
}
.AnyTagClassName
{
color: #275A60;
}
</style>
background-color css
<style>
a { background-color: #275A60; }
a { background-color: rgb(39,90,96); }
div.DivClassName
{
background-color: #275A60;
}
.BgClassName
{
background-color: #275A60;
}
</style>
border-color css
<style>
span { border-color: #275A60; }
span { border-color: rgb(39,90,96); }
td.TdClassName
{
border-color: #275A60;
}
.TagClassName
{
border-color: #275A60;
}
</style>