Shades of Blumine #2D6372
Tints of Blumine #2D6372
RGB
CMYK
RGB Variations
Color information
#2D6372 (or 0x2D6372) is known color: Blumine. HEX triplet: 2D, 63 and 72. RGB value is (45,99,114). Sum of RGB (Red+Green+Blue) = 45+99+114=258 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.44% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D6372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6372 is #D29C8D. Grayscale: #545454. Windows color (decimal): -13802638 or 7496493. OLE color: 7496493.
HSL color Cylindrical-coordinate representation of color #2D6372: hue angle of 193.04º 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 #2D6372 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 99 | 114 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.55 |
| HSL | 193.04º | 0.43% | 0.31% | - |
| HSV(B) | 193.04º | 0.61% | 0.45% | - |
| XYZ | 8.58 | 10.7 | 17.53 | - |
| YUV | 84.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 99 | 114 | 0.61 | 0.13 | 0 | 0.55 | 193.04 | 0.43 | 0.31 |
| Hex | 2D | 63 | 72 | 3D | D | 0 | 37 | C1 | 2B | 1F |
| Octal | 55 | 143 | 162 | 75 | 15 | 0 | 67 | 301 | 53 | 37 |
| Binary | 101101 | 1100011 | 1110010 | 111101 | 1101 | 0 | 110111 | 11000001 | 101011 | 11111 |
Color Harmonies of #2D6372
Complementary color
Monochromatic Colors of #2D6372
Black with #2D6372
Text Example
Text Example
White with #2D6372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6372; }
p { color: rgb(45,99,114); }
H1.HeaderClassName
{
color: #2D6372;
}
.AnyTagClassName
{
color: #2D6372;
}
</style>
background-color css
<style>
a { background-color: #2D6372; }
a { background-color: rgb(45,99,114); }
div.DivClassName
{
background-color: #2D6372;
}
.BgClassName
{
background-color: #2D6372;
}
</style>
border-color css
<style>
span { border-color: #2D6372; }
span { border-color: rgb(45,99,114); }
td.TdClassName
{
border-color: #2D6372;
}
.TagClassName
{
border-color: #2D6372;
}
</style>