Shades of Blumine #2D6067
Tints of Blumine #2D6067
RGB
CMYK
RGB Variations
Color information
#2D6067 (or 0x2D6067) is known color: Blumine. HEX triplet: 2D, 60 and 67. RGB value is (45,96,103). Sum of RGB (Red+Green+Blue) = 45+96+103=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 103 - color contains mainly: blue. Hex color #2D6067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D6067 is #D29F98. Grayscale: #515151. Windows color (decimal): -13803417 or 6774829. OLE color: 6774829.
HSL color Cylindrical-coordinate representation of color #2D6067: hue angle of 187.24º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D6067 is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 45 | 96 | 103 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.60 |
| HSL | 187.24º | 0.39% | 0.29% | - |
| HSV(B) | 187.24º | 0.56% | 0.4% | - |
| XYZ | 7.71 | 9.9 | 14.34 | - |
| YUV | 81.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 103 | 0.56 | 0.07 | 0 | 0.60 | 187.24 | 0.39 | 0.29 |
| Hex | 2D | 60 | 67 | 38 | 7 | 0 | 3C | BB | 27 | 1D |
| Octal | 55 | 140 | 147 | 70 | 7 | 0 | 74 | 273 | 47 | 35 |
| Binary | 101101 | 1100000 | 1100111 | 111000 | 111 | 0 | 111100 | 10111011 | 100111 | 11101 |
Color Harmonies of #2D6067
Complementary color
Monochromatic Colors of #2D6067
Black with #2D6067
Text Example
Text Example
White with #2D6067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D6067; }
p { color: rgb(45,96,103); }
H1.HeaderClassName
{
color: #2D6067;
}
.AnyTagClassName
{
color: #2D6067;
}
</style>
background-color css
<style>
a { background-color: #2D6067; }
a { background-color: rgb(45,96,103); }
div.DivClassName
{
background-color: #2D6067;
}
.BgClassName
{
background-color: #2D6067;
}
</style>
border-color css
<style>
span { border-color: #2D6067; }
span { border-color: rgb(45,96,103); }
td.TdClassName
{
border-color: #2D6067;
}
.TagClassName
{
border-color: #2D6067;
}
</style>