Shades of Blumine #3B6573
Tints of Blumine #3B6573
RGB
CMYK
RGB Variations
Color information
#3B6573 (or 0x3B6573) is known color: Blumine. HEX triplet: 3B, 65 and 73. RGB value is (59,101,115). Sum of RGB (Red+Green+Blue) = 59+101+115=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B6573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6573 is #C49A8C. Grayscale: #595959. Windows color (decimal): -12884621 or 7562555. OLE color: 7562555.
HSL color Cylindrical-coordinate representation of color #3B6573: hue angle of 195º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B6573 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 101 | 115 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.55 |
| HSL | 195º | 0.32% | 0.34% | - |
| HSV(B) | 195º | 0.49% | 0.45% | - |
| XYZ | 9.55 | 11.47 | 17.93 | - |
| YUV | 90.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 101 | 115 | 0.49 | 0.12 | 0 | 0.55 | 195 | 0.32 | 0.34 |
| Hex | 3B | 65 | 73 | 31 | C | 0 | 37 | C3 | 20 | 22 |
| Octal | 73 | 145 | 163 | 61 | 14 | 0 | 67 | 303 | 40 | 42 |
| Binary | 111011 | 1100101 | 1110011 | 110001 | 1100 | 0 | 110111 | 11000011 | 100000 | 100010 |
Color Harmonies of #3B6573
Complementary color
Monochromatic Colors of #3B6573
Black with #3B6573
Text Example
Text Example
White with #3B6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6573; }
p { color: rgb(59,101,115); }
H1.HeaderClassName
{
color: #3B6573;
}
.AnyTagClassName
{
color: #3B6573;
}
</style>
background-color css
<style>
a { background-color: #3B6573; }
a { background-color: rgb(59,101,115); }
div.DivClassName
{
background-color: #3B6573;
}
.BgClassName
{
background-color: #3B6573;
}
</style>
border-color css
<style>
span { border-color: #3B6573; }
span { border-color: rgb(59,101,115); }
td.TdClassName
{
border-color: #3B6573;
}
.TagClassName
{
border-color: #3B6573;
}
</style>