Shades of Blumine #2D666B
Tints of Blumine #2D666B
RGB
CMYK
RGB Variations
Color information
#2D666B (or 0x2D666B) is known color: Blumine. HEX triplet: 2D, 66 and 6B. RGB value is (45,102,107). Sum of RGB (Red+Green+Blue) = 45+102+107=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D666B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D666B is #D29994. Grayscale: #555555. Windows color (decimal): -13801877 or 7038509. OLE color: 7038509.
HSL color Cylindrical-coordinate representation of color #2D666B: hue angle of 184.84º 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 #2D666B is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 102 | 107 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.58 |
| HSL | 184.84º | 0.41% | 0.3% | - |
| HSV(B) | 184.84º | 0.58% | 0.42% | - |
| XYZ | 8.49 | 11.12 | 15.61 | - |
| YUV | 85.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 102 | 107 | 0.58 | 0.05 | 0 | 0.58 | 184.84 | 0.41 | 0.3 |
| Hex | 2D | 66 | 6B | 3A | 5 | 0 | 3A | B9 | 29 | 1E |
| Octal | 55 | 146 | 153 | 72 | 5 | 0 | 72 | 271 | 51 | 36 |
| Binary | 101101 | 1100110 | 1101011 | 111010 | 101 | 0 | 111010 | 10111001 | 101001 | 11110 |
Color Harmonies of #2D666B
Complementary color
Monochromatic Colors of #2D666B
Black with #2D666B
Text Example
Text Example
White with #2D666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D666B; }
p { color: rgb(45,102,107); }
H1.HeaderClassName
{
color: #2D666B;
}
.AnyTagClassName
{
color: #2D666B;
}
</style>
background-color css
<style>
a { background-color: #2D666B; }
a { background-color: rgb(45,102,107); }
div.DivClassName
{
background-color: #2D666B;
}
.BgClassName
{
background-color: #2D666B;
}
</style>
border-color css
<style>
span { border-color: #2D666B; }
span { border-color: rgb(45,102,107); }
td.TdClassName
{
border-color: #2D666B;
}
.TagClassName
{
border-color: #2D666B;
}
</style>