Shades of Blumine #2D626C
Tints of Blumine #2D626C
RGB
CMYK
RGB Variations
Color information
#2D626C (or 0x2D626C) is known color: Blumine. HEX triplet: 2D, 62 and 6C. RGB value is (45,98,108). Sum of RGB (Red+Green+Blue) = 45+98+108=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 98 (38.67% from 255 or 39.04% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D626C is #D29D93. Grayscale: #535353. Windows color (decimal): -13802900 or 7103021. OLE color: 7103021.
HSL color Cylindrical-coordinate representation of color #2D626C: hue angle of 189.52º 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 #2D626C is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 98 | 108 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.58 |
| HSL | 189.52º | 0.41% | 0.3% | - |
| HSV(B) | 189.52º | 0.58% | 0.42% | - |
| XYZ | 8.16 | 10.38 | 15.76 | - |
| YUV | 83.29 | 141.94 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 98 | 108 | 0.58 | 0.09 | 0 | 0.58 | 189.52 | 0.41 | 0.3 |
| Hex | 2D | 62 | 6C | 3A | 9 | 0 | 3A | BE | 29 | 1E |
| Octal | 55 | 142 | 154 | 72 | 11 | 0 | 72 | 276 | 51 | 36 |
| Binary | 101101 | 1100010 | 1101100 | 111010 | 1001 | 0 | 111010 | 10111110 | 101001 | 11110 |
Color Harmonies of #2D626C
Complementary color
Monochromatic Colors of #2D626C
Black with #2D626C
Text Example
Text Example
White with #2D626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D626C; }
p { color: rgb(45,98,108); }
H1.HeaderClassName
{
color: #2D626C;
}
.AnyTagClassName
{
color: #2D626C;
}
</style>
background-color css
<style>
a { background-color: #2D626C; }
a { background-color: rgb(45,98,108); }
div.DivClassName
{
background-color: #2D626C;
}
.BgClassName
{
background-color: #2D626C;
}
</style>
border-color css
<style>
span { border-color: #2D626C; }
span { border-color: rgb(45,98,108); }
td.TdClassName
{
border-color: #2D626C;
}
.TagClassName
{
border-color: #2D626C;
}
</style>