Shades of Blumine #2D5F71
Tints of Blumine #2D5F71
RGB
CMYK
RGB Variations
Color information
#2D5F71 (or 0x2D5F71) is known color: Blumine. HEX triplet: 2D, 5F and 71. RGB value is (45,95,113). Sum of RGB (Red+Green+Blue) = 45+95+113=253 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.79% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D5F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5F71 is #D2A08E. Grayscale: #515151. Windows color (decimal): -13803663 or 7429933. OLE color: 7429933.
HSL color Cylindrical-coordinate representation of color #2D5F71: hue angle of 195.88º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D5F71 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 45 | 95 | 113 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.56 |
| HSL | 195.88º | 0.43% | 0.31% | - |
| HSV(B) | 195.88º | 0.6% | 0.44% | - |
| XYZ | 8.16 | 9.93 | 17.11 | - |
| YUV | 82.1 | 145.44 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 95 | 113 | 0.60 | 0.16 | 0 | 0.56 | 195.88 | 0.43 | 0.31 |
| Hex | 2D | 5F | 71 | 3C | 10 | 0 | 38 | C4 | 2B | 1F |
| Octal | 55 | 137 | 161 | 74 | 20 | 0 | 70 | 304 | 53 | 37 |
| Binary | 101101 | 1011111 | 1110001 | 111100 | 10000 | 0 | 111000 | 11000100 | 101011 | 11111 |
Color Harmonies of #2D5F71
Complementary color
Monochromatic Colors of #2D5F71
Black with #2D5F71
Text Example
Text Example
White with #2D5F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D5F71; }
p { color: rgb(45,95,113); }
H1.HeaderClassName
{
color: #2D5F71;
}
.AnyTagClassName
{
color: #2D5F71;
}
</style>
background-color css
<style>
a { background-color: #2D5F71; }
a { background-color: rgb(45,95,113); }
div.DivClassName
{
background-color: #2D5F71;
}
.BgClassName
{
background-color: #2D5F71;
}
</style>
border-color css
<style>
span { border-color: #2D5F71; }
span { border-color: rgb(45,95,113); }
td.TdClassName
{
border-color: #2D5F71;
}
.TagClassName
{
border-color: #2D5F71;
}
</style>