Shades of Blumine #2D606F
Tints of Blumine #2D606F
RGB
CMYK
RGB Variations
Color information
#2D606F (or 0x2D606F) is known color: Blumine. HEX triplet: 2D, 60 and 6F. RGB value is (45,96,111). Sum of RGB (Red+Green+Blue) = 45+96+111=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 111 - color contains mainly: blue. Hex color #2D606F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D606F is #D29F90. Grayscale: #525252. Windows color (decimal): -13803409 or 7299117. OLE color: 7299117.
HSL color Cylindrical-coordinate representation of color #2D606F: hue angle of 193.64º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D606F is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 96 | 111 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.56 |
| HSL | 193.64º | 0.42% | 0.31% | - |
| HSV(B) | 193.64º | 0.59% | 0.44% | - |
| XYZ | 8.13 | 10.07 | 16.55 | - |
| YUV | 82.46 | 144.1 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 111 | 0.59 | 0.14 | 0 | 0.56 | 193.64 | 0.42 | 0.31 |
| Hex | 2D | 60 | 6F | 3B | E | 0 | 38 | C2 | 2A | 1F |
| Octal | 55 | 140 | 157 | 73 | 16 | 0 | 70 | 302 | 52 | 37 |
| Binary | 101101 | 1100000 | 1101111 | 111011 | 1110 | 0 | 111000 | 11000010 | 101010 | 11111 |
Color Harmonies of #2D606F
Complementary color
Monochromatic Colors of #2D606F
Black with #2D606F
Text Example
Text Example
White with #2D606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D606F; }
p { color: rgb(45,96,111); }
H1.HeaderClassName
{
color: #2D606F;
}
.AnyTagClassName
{
color: #2D606F;
}
</style>
background-color css
<style>
a { background-color: #2D606F; }
a { background-color: rgb(45,96,111); }
div.DivClassName
{
background-color: #2D606F;
}
.BgClassName
{
background-color: #2D606F;
}
</style>
border-color css
<style>
span { border-color: #2D606F; }
span { border-color: rgb(45,96,111); }
td.TdClassName
{
border-color: #2D606F;
}
.TagClassName
{
border-color: #2D606F;
}
</style>