Shades of Blumine #3A5B70
Tints of Blumine #3A5B70
RGB
CMYK
RGB Variations
Color information
#3A5B70 (or 0x3A5B70) is known color: Blumine. HEX triplet: 3A, 5B and 70. RGB value is (58,91,112). Sum of RGB (Red+Green+Blue) = 58+91+112=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 91 (35.94% from 255 or 34.87% 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 #3A5B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5B70 is #C5A48F. Grayscale: #535353. Windows color (decimal): -12952720 or 7363386. OLE color: 7363386.
HSL color Cylindrical-coordinate representation of color #3A5B70: hue angle of 203.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A5B70 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 91 | 112 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.56 |
| HSL | 203.33º | 0.32% | 0.33% | - |
| HSV(B) | 203.33º | 0.48% | 0.44% | - |
| XYZ | 8.41 | 9.55 | 16.73 | - |
| YUV | 83.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 91 | 112 | 0.48 | 0.19 | 0 | 0.56 | 203.33 | 0.32 | 0.33 |
| Hex | 3A | 5B | 70 | 30 | 13 | 0 | 38 | CB | 20 | 21 |
| Octal | 72 | 133 | 160 | 60 | 23 | 0 | 70 | 313 | 40 | 41 |
| Binary | 111010 | 1011011 | 1110000 | 110000 | 10011 | 0 | 111000 | 11001011 | 100000 | 100001 |
Color Harmonies of #3A5B70
Complementary color
Monochromatic Colors of #3A5B70
Black with #3A5B70
Text Example
Text Example
White with #3A5B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5B70; }
p { color: rgb(58,91,112); }
H1.HeaderClassName
{
color: #3A5B70;
}
.AnyTagClassName
{
color: #3A5B70;
}
</style>
background-color css
<style>
a { background-color: #3A5B70; }
a { background-color: rgb(58,91,112); }
div.DivClassName
{
background-color: #3A5B70;
}
.BgClassName
{
background-color: #3A5B70;
}
</style>
border-color css
<style>
span { border-color: #3A5B70; }
span { border-color: rgb(58,91,112); }
td.TdClassName
{
border-color: #3A5B70;
}
.TagClassName
{
border-color: #3A5B70;
}
</style>