Shades of Blumine #255D67
Tints of Blumine #255D67
RGB
CMYK
RGB Variations
Color information
#255D67 (or 0x255D67) is known color: Blumine. HEX triplet: 25, 5D and 67. RGB value is (37,93,103). Sum of RGB (Red+Green+Blue) = 37+93+103=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #255D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D67 is #DAA298. Grayscale: #4D4D4D. Windows color (decimal): -14328473 or 6774053. OLE color: 6774053.
HSL color Cylindrical-coordinate representation of color #255D67: hue angle of 189.09º 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 #255D67 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 93 | 103 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.60 |
| HSL | 189.09º | 0.47% | 0.27% | - |
| HSV(B) | 189.09º | 0.64% | 0.4% | - |
| XYZ | 7.13 | 9.2 | 14.23 | - |
| YUV | 77.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 103 | 0.64 | 0.10 | 0 | 0.60 | 189.09 | 0.47 | 0.27 |
| Hex | 25 | 5D | 67 | 40 | A | 0 | 3C | BD | 2F | 1B |
| Octal | 45 | 135 | 147 | 100 | 12 | 0 | 74 | 275 | 57 | 33 |
| Binary | 100101 | 1011101 | 1100111 | 1000000 | 1010 | 0 | 111100 | 10111101 | 101111 | 11011 |
Color Harmonies of #255D67
Complementary color
Monochromatic Colors of #255D67
Black with #255D67
Text Example
Text Example
White with #255D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D67; }
p { color: rgb(37,93,103); }
H1.HeaderClassName
{
color: #255D67;
}
.AnyTagClassName
{
color: #255D67;
}
</style>
background-color css
<style>
a { background-color: #255D67; }
a { background-color: rgb(37,93,103); }
div.DivClassName
{
background-color: #255D67;
}
.BgClassName
{
background-color: #255D67;
}
</style>
border-color css
<style>
span { border-color: #255D67; }
span { border-color: rgb(37,93,103); }
td.TdClassName
{
border-color: #255D67;
}
.TagClassName
{
border-color: #255D67;
}
</style>