Shades of Blumine #3B6270
Tints of Blumine #3B6270
RGB
CMYK
RGB Variations
Color information
#3B6270 (or 0x3B6270) is known color: Blumine. HEX triplet: 3B, 62 and 70. RGB value is (59,98,112). Sum of RGB (Red+Green+Blue) = 59+98+112=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B6270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6270 is #C49D8F. Grayscale: #575757. Windows color (decimal): -12885392 or 7365179. OLE color: 7365179.
HSL color Cylindrical-coordinate representation of color #3B6270: hue angle of 195.85º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B6270 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 98 | 112 | - |
| CMYK | 0.47 | 0.13 | 0 | 0.56 |
| HSL | 195.85º | 0.31% | 0.34% | - |
| HSV(B) | 195.85º | 0.47% | 0.44% | - |
| XYZ | 9.1 | 10.84 | 16.94 | - |
| YUV | 87.94 | 141.58 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 98 | 112 | 0.47 | 0.13 | 0 | 0.56 | 195.85 | 0.31 | 0.34 |
| Hex | 3B | 62 | 70 | 2F | D | 0 | 38 | C4 | 1F | 22 |
| Octal | 73 | 142 | 160 | 57 | 15 | 0 | 70 | 304 | 37 | 42 |
| Binary | 111011 | 1100010 | 1110000 | 101111 | 1101 | 0 | 111000 | 11000100 | 11111 | 100010 |
Color Harmonies of #3B6270
Complementary color
Monochromatic Colors of #3B6270
Black with #3B6270
Text Example
Text Example
White with #3B6270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6270; }
p { color: rgb(59,98,112); }
H1.HeaderClassName
{
color: #3B6270;
}
.AnyTagClassName
{
color: #3B6270;
}
</style>
background-color css
<style>
a { background-color: #3B6270; }
a { background-color: rgb(59,98,112); }
div.DivClassName
{
background-color: #3B6270;
}
.BgClassName
{
background-color: #3B6270;
}
</style>
border-color css
<style>
span { border-color: #3B6270; }
span { border-color: rgb(59,98,112); }
td.TdClassName
{
border-color: #3B6270;
}
.TagClassName
{
border-color: #3B6270;
}
</style>