Shades of Blumine #3B5D72
Tints of Blumine #3B5D72
RGB
CMYK
RGB Variations
Color information
#3B5D72 (or 0x3B5D72) is known color: Blumine. HEX triplet: 3B, 5D and 72. RGB value is (59,93,114). Sum of RGB (Red+Green+Blue) = 59+93+114=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B5D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5D72 is #C4A28D. Grayscale: #555555. Windows color (decimal): -12886670 or 7494971. OLE color: 7494971.
HSL color Cylindrical-coordinate representation of color #3B5D72: hue angle of 202.91º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B5D72 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 93 | 114 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.55 |
| HSL | 202.91º | 0.32% | 0.34% | - |
| HSV(B) | 202.91º | 0.48% | 0.45% | - |
| XYZ | 8.76 | 9.97 | 17.38 | - |
| YUV | 85.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 93 | 114 | 0.48 | 0.18 | 0 | 0.55 | 202.91 | 0.32 | 0.34 |
| Hex | 3B | 5D | 72 | 30 | 12 | 0 | 37 | CB | 20 | 22 |
| Octal | 73 | 135 | 162 | 60 | 22 | 0 | 67 | 313 | 40 | 42 |
| Binary | 111011 | 1011101 | 1110010 | 110000 | 10010 | 0 | 110111 | 11001011 | 100000 | 100010 |
Color Harmonies of #3B5D72
Complementary color
Monochromatic Colors of #3B5D72
Black with #3B5D72
Text Example
Text Example
White with #3B5D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5D72; }
p { color: rgb(59,93,114); }
H1.HeaderClassName
{
color: #3B5D72;
}
.AnyTagClassName
{
color: #3B5D72;
}
</style>
background-color css
<style>
a { background-color: #3B5D72; }
a { background-color: rgb(59,93,114); }
div.DivClassName
{
background-color: #3B5D72;
}
.BgClassName
{
background-color: #3B5D72;
}
</style>
border-color css
<style>
span { border-color: #3B5D72; }
span { border-color: rgb(59,93,114); }
td.TdClassName
{
border-color: #3B5D72;
}
.TagClassName
{
border-color: #3B5D72;
}
</style>