Shades of Blumine #2D646C
Tints of Blumine #2D646C
RGB
CMYK
RGB Variations
Color information
#2D646C (or 0x2D646C) is known color: Blumine. HEX triplet: 2D, 64 and 6C. RGB value is (45,100,108). Sum of RGB (Red+Green+Blue) = 45+100+108=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D646C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D646C is #D29B93. Grayscale: #545454. Windows color (decimal): -13802388 or 7103533. OLE color: 7103533.
HSL color Cylindrical-coordinate representation of color #2D646C: hue angle of 187.62º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D646C is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 100 | 108 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.58 |
| HSL | 187.62º | 0.41% | 0.3% | - |
| HSV(B) | 187.62º | 0.58% | 0.42% | - |
| XYZ | 8.35 | 10.75 | 15.82 | - |
| YUV | 84.47 | 141.28 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 100 | 108 | 0.58 | 0.07 | 0 | 0.58 | 187.62 | 0.41 | 0.3 |
| Hex | 2D | 64 | 6C | 3A | 7 | 0 | 3A | BC | 29 | 1E |
| Octal | 55 | 144 | 154 | 72 | 7 | 0 | 72 | 274 | 51 | 36 |
| Binary | 101101 | 1100100 | 1101100 | 111010 | 111 | 0 | 111010 | 10111100 | 101001 | 11110 |
Color Harmonies of #2D646C
Complementary color
Monochromatic Colors of #2D646C
Black with #2D646C
Text Example
Text Example
White with #2D646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D646C; }
p { color: rgb(45,100,108); }
H1.HeaderClassName
{
color: #2D646C;
}
.AnyTagClassName
{
color: #2D646C;
}
</style>
background-color css
<style>
a { background-color: #2D646C; }
a { background-color: rgb(45,100,108); }
div.DivClassName
{
background-color: #2D646C;
}
.BgClassName
{
background-color: #2D646C;
}
</style>
border-color css
<style>
span { border-color: #2D646C; }
span { border-color: rgb(45,100,108); }
td.TdClassName
{
border-color: #2D646C;
}
.TagClassName
{
border-color: #2D646C;
}
</style>