Shades of Blumine #255D66
Tints of Blumine #255D66
RGB
CMYK
RGB Variations
Color information
#255D66 (or 0x255D66) is known color: Blumine. HEX triplet: 25, 5D and 66. RGB value is (37,93,102). Sum of RGB (Red+Green+Blue) = 37+93+102=232 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.95% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #255D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D66 is #DAA299. Grayscale: #4D4D4D. Windows color (decimal): -14328474 or 6708517. OLE color: 6708517.
HSL color Cylindrical-coordinate representation of color #255D66: hue angle of 188.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #255D66 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 37 | 93 | 102 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.6 |
| HSL | 188.31º | 0.47% | 0.27% | - |
| HSV(B) | 188.31º | 0.64% | 0.4% | - |
| XYZ | 7.08 | 9.18 | 13.97 | - |
| YUV | 77.28 | 141.95 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 102 | 0.64 | 0.09 | 0 | 0.6 | 188.31 | 0.47 | 0.27 |
| Hex | 25 | 5D | 66 | 40 | 9 | 0 | 3C | BC | 2F | 1B |
| Octal | 45 | 135 | 146 | 100 | 11 | 0 | 74 | 274 | 57 | 33 |
| Binary | 100101 | 1011101 | 1100110 | 1000000 | 1001 | 0 | 111100 | 10111100 | 101111 | 11011 |
Color Harmonies of #255D66
Complementary color
Monochromatic Colors of #255D66
Black with #255D66
Text Example
Text Example
White with #255D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D66; }
p { color: rgb(37,93,102); }
H1.HeaderClassName
{
color: #255D66;
}
.AnyTagClassName
{
color: #255D66;
}
</style>
background-color css
<style>
a { background-color: #255D66; }
a { background-color: rgb(37,93,102); }
div.DivClassName
{
background-color: #255D66;
}
.BgClassName
{
background-color: #255D66;
}
</style>
border-color css
<style>
span { border-color: #255D66; }
span { border-color: rgb(37,93,102); }
td.TdClassName
{
border-color: #255D66;
}
.TagClassName
{
border-color: #255D66;
}
</style>