Shades of Blumine #2D5F72
Tints of Blumine #2D5F72
RGB
CMYK
RGB Variations
Color information
#2D5F72 (or 0x2D5F72) is known color: Blumine. HEX triplet: 2D, 5F and 72. RGB value is (45,95,114). Sum of RGB (Red+Green+Blue) = 45+95+114=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D5F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5F72 is #D2A08D. Grayscale: #525252. Windows color (decimal): -13803662 or 7495469. OLE color: 7495469.
HSL color Cylindrical-coordinate representation of color #2D5F72: hue angle of 196.52º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2D5F72 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 95 | 114 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.55 |
| HSL | 196.52º | 0.43% | 0.31% | - |
| HSV(B) | 196.52º | 0.61% | 0.45% | - |
| XYZ | 8.21 | 9.96 | 17.41 | - |
| YUV | 82.22 | 145.94 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 114 | 0.61 | 0.17 | 0 | 0.55 | 196.52 | 0.43 | 0.31 |
| Hex | 2D | 5F | 72 | 3D | 11 | 0 | 37 | C5 | 2B | 1F |
| Octal | 55 | 137 | 162 | 75 | 21 | 0 | 67 | 305 | 53 | 37 |
| Binary | 101101 | 1011111 | 1110010 | 111101 | 10001 | 0 | 110111 | 11000101 | 101011 | 11111 |
Color Harmonies of #2D5F72
Complementary color
Monochromatic Colors of #2D5F72
Black with #2D5F72
Text Example
Text Example
White with #2D5F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5F72; }
p { color: rgb(45,95,114); }
H1.HeaderClassName
{
color: #2D5F72;
}
.AnyTagClassName
{
color: #2D5F72;
}
</style>
background-color css
<style>
a { background-color: #2D5F72; }
a { background-color: rgb(45,95,114); }
div.DivClassName
{
background-color: #2D5F72;
}
.BgClassName
{
background-color: #2D5F72;
}
</style>
border-color css
<style>
span { border-color: #2D5F72; }
span { border-color: rgb(45,95,114); }
td.TdClassName
{
border-color: #2D5F72;
}
.TagClassName
{
border-color: #2D5F72;
}
</style>