Shades of Blumine #3B5A70
Tints of Blumine #3B5A70
RGB
CMYK
RGB Variations
Color information
#3B5A70 (or 0x3B5A70) is known color: Blumine. HEX triplet: 3B, 5A and 70. RGB value is (59,90,112). Sum of RGB (Red+Green+Blue) = 59+90+112=261 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.61% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #3B5A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5A70 is #C4A58F. Grayscale: #535353. Windows color (decimal): -12887440 or 7363131. OLE color: 7363131.
HSL color Cylindrical-coordinate representation of color #3B5A70: hue angle of 204.91º 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 #3B5A70 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 90 | 112 | - |
| CMYK | 0.47 | 0.20 | 0 | 0.56 |
| HSL | 204.91º | 0.31% | 0.34% | - |
| HSV(B) | 204.91º | 0.47% | 0.44% | - |
| XYZ | 8.38 | 9.41 | 16.7 | - |
| YUV | 83.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 90 | 112 | 0.47 | 0.20 | 0 | 0.56 | 204.91 | 0.31 | 0.34 |
| Hex | 3B | 5A | 70 | 2F | 14 | 0 | 38 | CD | 1F | 22 |
| Octal | 73 | 132 | 160 | 57 | 24 | 0 | 70 | 315 | 37 | 42 |
| Binary | 111011 | 1011010 | 1110000 | 101111 | 10100 | 0 | 111000 | 11001101 | 11111 | 100010 |
Color Harmonies of #3B5A70
Complementary color
Monochromatic Colors of #3B5A70
Black with #3B5A70
Text Example
Text Example
White with #3B5A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5A70; }
p { color: rgb(59,90,112); }
H1.HeaderClassName
{
color: #3B5A70;
}
.AnyTagClassName
{
color: #3B5A70;
}
</style>
background-color css
<style>
a { background-color: #3B5A70; }
a { background-color: rgb(59,90,112); }
div.DivClassName
{
background-color: #3B5A70;
}
.BgClassName
{
background-color: #3B5A70;
}
</style>
border-color css
<style>
span { border-color: #3B5A70; }
span { border-color: rgb(59,90,112); }
td.TdClassName
{
border-color: #3B5A70;
}
.TagClassName
{
border-color: #3B5A70;
}
</style>