Shades of Blumine #2D5968
Tints of Blumine #2D5968
RGB
CMYK
RGB Variations
Color information
#2D5968 (or 0x2D5968) is known color: Blumine. HEX triplet: 2D, 59 and 68. RGB value is (45,89,104). Sum of RGB (Red+Green+Blue) = 45+89+104=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #2D5968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5968 is #D2A697. Grayscale: #4D4D4D. Windows color (decimal): -13805208 or 6838573. OLE color: 6838573.
HSL color Cylindrical-coordinate representation of color #2D5968: hue angle of 195.25º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2D5968 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 89 | 104 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.59 |
| HSL | 195.25º | 0.4% | 0.29% | - |
| HSV(B) | 195.25º | 0.57% | 0.41% | - |
| XYZ | 7.15 | 8.7 | 14.4 | - |
| YUV | 77.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 89 | 104 | 0.57 | 0.14 | 0 | 0.59 | 195.25 | 0.4 | 0.29 |
| Hex | 2D | 59 | 68 | 39 | E | 0 | 3B | C3 | 28 | 1D |
| Octal | 55 | 131 | 150 | 71 | 16 | 0 | 73 | 303 | 50 | 35 |
| Binary | 101101 | 1011001 | 1101000 | 111001 | 1110 | 0 | 111011 | 11000011 | 101000 | 11101 |
Color Harmonies of #2D5968
Complementary color
Monochromatic Colors of #2D5968
Black with #2D5968
Text Example
Text Example
White with #2D5968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5968; }
p { color: rgb(45,89,104); }
H1.HeaderClassName
{
color: #2D5968;
}
.AnyTagClassName
{
color: #2D5968;
}
</style>
background-color css
<style>
a { background-color: #2D5968; }
a { background-color: rgb(45,89,104); }
div.DivClassName
{
background-color: #2D5968;
}
.BgClassName
{
background-color: #2D5968;
}
</style>
border-color css
<style>
span { border-color: #2D5968; }
span { border-color: rgb(45,89,104); }
td.TdClassName
{
border-color: #2D5968;
}
.TagClassName
{
border-color: #2D5968;
}
</style>