Shades of Blumine #2F5D73
Tints of Blumine #2F5D73
RGB
CMYK
RGB Variations
Color information
#2F5D73 (or 0x2F5D73) is known color: Blumine. HEX triplet: 2F, 5D and 73. RGB value is (47,93,115). Sum of RGB (Red+Green+Blue) = 47+93+115=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #2F5D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5D73 is #D0A28C. Grayscale: #515151. Windows color (decimal): -13673101 or 7560495. OLE color: 7560495.
HSL color Cylindrical-coordinate representation of color #2F5D73: hue angle of 199.41º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F5D73 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 93 | 115 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.55 |
| HSL | 199.41º | 0.42% | 0.32% | - |
| HSV(B) | 199.41º | 0.59% | 0.45% | - |
| XYZ | 8.18 | 9.67 | 17.66 | - |
| YUV | 81.75 | 146.76 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 93 | 115 | 0.59 | 0.19 | 0 | 0.55 | 199.41 | 0.42 | 0.32 |
| Hex | 2F | 5D | 73 | 3B | 13 | 0 | 37 | C7 | 2A | 20 |
| Octal | 57 | 135 | 163 | 73 | 23 | 0 | 67 | 307 | 52 | 40 |
| Binary | 101111 | 1011101 | 1110011 | 111011 | 10011 | 0 | 110111 | 11000111 | 101010 | 100000 |
Color Harmonies of #2F5D73
Complementary color
Monochromatic Colors of #2F5D73
Black with #2F5D73
Text Example
Text Example
White with #2F5D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5D73; }
p { color: rgb(47,93,115); }
H1.HeaderClassName
{
color: #2F5D73;
}
.AnyTagClassName
{
color: #2F5D73;
}
</style>
background-color css
<style>
a { background-color: #2F5D73; }
a { background-color: rgb(47,93,115); }
div.DivClassName
{
background-color: #2F5D73;
}
.BgClassName
{
background-color: #2F5D73;
}
</style>
border-color css
<style>
span { border-color: #2F5D73; }
span { border-color: rgb(47,93,115); }
td.TdClassName
{
border-color: #2F5D73;
}
.TagClassName
{
border-color: #2F5D73;
}
</style>