Shades of Blumine #3B576D
Tints of Blumine #3B576D
RGB
CMYK
RGB Variations
Color information
#3B576D (or 0x3B576D) is known color: Blumine. HEX triplet: 3B, 57 and 6D. RGB value is (59,87,109). Sum of RGB (Red+Green+Blue) = 59+87+109=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B576D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B576D is #C4A892. Grayscale: #515151. Windows color (decimal): -12888211 or 7165755. OLE color: 7165755.
HSL color Cylindrical-coordinate representation of color #3B576D: hue angle of 206.4º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B576D is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 59 | 87 | 109 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.57 |
| HSL | 206.4º | 0.3% | 0.33% | - |
| HSV(B) | 206.4º | 0.46% | 0.43% | - |
| XYZ | 7.97 | 8.85 | 15.76 | - |
| YUV | 81.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 109 | 0.46 | 0.20 | 0 | 0.57 | 206.4 | 0.3 | 0.33 |
| Hex | 3B | 57 | 6D | 2E | 14 | 0 | 39 | CE | 1E | 21 |
| Octal | 73 | 127 | 155 | 56 | 24 | 0 | 71 | 316 | 36 | 41 |
| Binary | 111011 | 1010111 | 1101101 | 101110 | 10100 | 0 | 111001 | 11001110 | 11110 | 100001 |
Color Harmonies of #3B576D
Complementary color
Monochromatic Colors of #3B576D
Black with #3B576D
Text Example
Text Example
White with #3B576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B576D; }
p { color: rgb(59,87,109); }
H1.HeaderClassName
{
color: #3B576D;
}
.AnyTagClassName
{
color: #3B576D;
}
</style>
background-color css
<style>
a { background-color: #3B576D; }
a { background-color: rgb(59,87,109); }
div.DivClassName
{
background-color: #3B576D;
}
.BgClassName
{
background-color: #3B576D;
}
</style>
border-color css
<style>
span { border-color: #3B576D; }
span { border-color: rgb(59,87,109); }
td.TdClassName
{
border-color: #3B576D;
}
.TagClassName
{
border-color: #3B576D;
}
</style>