Shades of Blumine #2D5A62
Tints of Blumine #2D5A62
RGB
CMYK
RGB Variations
Color information
#2D5A62 (or 0x2D5A62) is known color: Blumine. HEX triplet: 2D, 5A and 62. RGB value is (45,90,98). Sum of RGB (Red+Green+Blue) = 45+90+98=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 98 - color contains mainly: blue. Hex color #2D5A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5A62 is #D2A59D. Grayscale: #4D4D4D. Windows color (decimal): -13804958 or 6445613. OLE color: 6445613.
HSL color Cylindrical-coordinate representation of color #2D5A62: hue angle of 189.06º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2D5A62 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 90 | 98 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.62 |
| HSL | 189.06º | 0.37% | 0.28% | - |
| HSV(B) | 189.06º | 0.54% | 0.38% | - |
| XYZ | 6.94 | 8.75 | 12.88 | - |
| YUV | 77.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 90 | 98 | 0.54 | 0.08 | 0 | 0.62 | 189.06 | 0.37 | 0.28 |
| Hex | 2D | 5A | 62 | 36 | 8 | 0 | 3E | BD | 25 | 1C |
| Octal | 55 | 132 | 142 | 66 | 10 | 0 | 76 | 275 | 45 | 34 |
| Binary | 101101 | 1011010 | 1100010 | 110110 | 1000 | 0 | 111110 | 10111101 | 100101 | 11100 |
Color Harmonies of #2D5A62
Complementary color
Monochromatic Colors of #2D5A62
Black with #2D5A62
Text Example
Text Example
White with #2D5A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5A62; }
p { color: rgb(45,90,98); }
H1.HeaderClassName
{
color: #2D5A62;
}
.AnyTagClassName
{
color: #2D5A62;
}
</style>
background-color css
<style>
a { background-color: #2D5A62; }
a { background-color: rgb(45,90,98); }
div.DivClassName
{
background-color: #2D5A62;
}
.BgClassName
{
background-color: #2D5A62;
}
</style>
border-color css
<style>
span { border-color: #2D5A62; }
span { border-color: rgb(45,90,98); }
td.TdClassName
{
border-color: #2D5A62;
}
.TagClassName
{
border-color: #2D5A62;
}
</style>