Shades of Blumine #2A5D71
Tints of Blumine #2A5D71
RGB
CMYK
RGB Variations
Color information
#2A5D71 (or 0x2A5D71) is known color: Blumine. HEX triplet: 2A, 5D and 71. RGB value is (42,93,113). Sum of RGB (Red+Green+Blue) = 42+93+113=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A5D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5D71 is #D5A28E. Grayscale: #4F4F4F. Windows color (decimal): -14000783 or 7429418. OLE color: 7429418.
HSL color Cylindrical-coordinate representation of color #2A5D71: hue angle of 196.9º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A5D71 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 93 | 113 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.56 |
| HSL | 196.9º | 0.46% | 0.3% | - |
| HSV(B) | 196.9º | 0.63% | 0.44% | - |
| XYZ | 7.85 | 9.51 | 17.05 | - |
| YUV | 80.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 93 | 113 | 0.63 | 0.18 | 0 | 0.56 | 196.9 | 0.46 | 0.3 |
| Hex | 2A | 5D | 71 | 3F | 12 | 0 | 38 | C5 | 2E | 1E |
| Octal | 52 | 135 | 161 | 77 | 22 | 0 | 70 | 305 | 56 | 36 |
| Binary | 101010 | 1011101 | 1110001 | 111111 | 10010 | 0 | 111000 | 11000101 | 101110 | 11110 |
Color Harmonies of #2A5D71
Complementary color
Monochromatic Colors of #2A5D71
Black with #2A5D71
Text Example
Text Example
White with #2A5D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5D71; }
p { color: rgb(42,93,113); }
H1.HeaderClassName
{
color: #2A5D71;
}
.AnyTagClassName
{
color: #2A5D71;
}
</style>
background-color css
<style>
a { background-color: #2A5D71; }
a { background-color: rgb(42,93,113); }
div.DivClassName
{
background-color: #2A5D71;
}
.BgClassName
{
background-color: #2A5D71;
}
</style>
border-color css
<style>
span { border-color: #2A5D71; }
span { border-color: rgb(42,93,113); }
td.TdClassName
{
border-color: #2A5D71;
}
.TagClassName
{
border-color: #2A5D71;
}
</style>