Shades of Blumine #255C65
Tints of Blumine #255C65
RGB
CMYK
RGB Variations
Color information
#255C65 (or 0x255C65) is known color: Blumine. HEX triplet: 25, 5C and 65. RGB value is (37,92,101). Sum of RGB (Red+Green+Blue) = 37+92+101=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 92 (36.33% from 255 or 40% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 101 - color contains mainly: blue. Hex color #255C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C65 is #DAA39A. Grayscale: #4C4C4C. Windows color (decimal): -14328731 or 6642725. OLE color: 6642725.
HSL color Cylindrical-coordinate representation of color #255C65: hue angle of 188.44º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #255C65 is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 37 | 92 | 101 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.60 |
| HSL | 188.44º | 0.46% | 0.27% | - |
| HSV(B) | 188.44º | 0.63% | 0.4% | - |
| XYZ | 6.94 | 8.99 | 13.68 | - |
| YUV | 76.58 | 141.78 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 101 | 0.63 | 0.09 | 0 | 0.60 | 188.44 | 0.46 | 0.27 |
| Hex | 25 | 5C | 65 | 3F | 9 | 0 | 3C | BC | 2E | 1B |
| Octal | 45 | 134 | 145 | 77 | 11 | 0 | 74 | 274 | 56 | 33 |
| Binary | 100101 | 1011100 | 1100101 | 111111 | 1001 | 0 | 111100 | 10111100 | 101110 | 11011 |
Color Harmonies of #255C65
Complementary color
Monochromatic Colors of #255C65
Black with #255C65
Text Example
Text Example
White with #255C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C65; }
p { color: rgb(37,92,101); }
H1.HeaderClassName
{
color: #255C65;
}
.AnyTagClassName
{
color: #255C65;
}
</style>
background-color css
<style>
a { background-color: #255C65; }
a { background-color: rgb(37,92,101); }
div.DivClassName
{
background-color: #255C65;
}
.BgClassName
{
background-color: #255C65;
}
</style>
border-color css
<style>
span { border-color: #255C65; }
span { border-color: rgb(37,92,101); }
td.TdClassName
{
border-color: #255C65;
}
.TagClassName
{
border-color: #255C65;
}
</style>