Shades of Blue Stone #255F62
Tints of Blue Stone #255F62
RGB
CMYK
RGB Variations
Color information
#255F62 (or 0x255F62) is known color: Blue Stone. HEX triplet: 25, 5F and 62. RGB value is (37,95,98). Sum of RGB (Red+Green+Blue) = 37+95+98=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: blue. Hex color #255F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255F62 is #DAA09D. Grayscale: #4D4D4D. Windows color (decimal): -14327966 or 6446885. OLE color: 6446885.
HSL color Cylindrical-coordinate representation of color #255F62: hue angle of 182.95º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #255F62 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 37 | 95 | 98 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.62 |
| HSL | 182.95º | 0.45% | 0.26% | - |
| HSV(B) | 182.95º | 0.62% | 0.38% | - |
| XYZ | 7.06 | 9.46 | 13.01 | - |
| YUV | 78 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 98 | 0.62 | 0.03 | 0 | 0.62 | 182.95 | 0.45 | 0.26 |
| Hex | 25 | 5F | 62 | 3E | 3 | 0 | 3E | B7 | 2D | 1A |
| Octal | 45 | 137 | 142 | 76 | 3 | 0 | 76 | 267 | 55 | 32 |
| Binary | 100101 | 1011111 | 1100010 | 111110 | 11 | 0 | 111110 | 10110111 | 101101 | 11010 |
Color Harmonies of #255F62
Complementary color
Monochromatic Colors of #255F62
Black with #255F62
Text Example
Text Example
White with #255F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255F62; }
p { color: rgb(37,95,98); }
H1.HeaderClassName
{
color: #255F62;
}
.AnyTagClassName
{
color: #255F62;
}
</style>
background-color css
<style>
a { background-color: #255F62; }
a { background-color: rgb(37,95,98); }
div.DivClassName
{
background-color: #255F62;
}
.BgClassName
{
background-color: #255F62;
}
</style>
border-color css
<style>
span { border-color: #255F62; }
span { border-color: rgb(37,95,98); }
td.TdClassName
{
border-color: #255F62;
}
.TagClassName
{
border-color: #255F62;
}
</style>