Shades of Blumine #3A5B71
Tints of Blumine #3A5B71
RGB
CMYK
RGB Variations
Color information
#3A5B71 (or 0x3A5B71) is known color: Blumine. HEX triplet: 3A, 5B and 71. RGB value is (58,91,113). Sum of RGB (Red+Green+Blue) = 58+91+113=262 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.14% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A5B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5B71 is #C5A48E. Grayscale: #535353. Windows color (decimal): -12952719 or 7428922. OLE color: 7428922.
HSL color Cylindrical-coordinate representation of color #3A5B71: hue angle of 204º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A5B71 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 91 | 113 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.56 |
| HSL | 204º | 0.32% | 0.34% | - |
| HSV(B) | 204º | 0.49% | 0.44% | - |
| XYZ | 8.47 | 9.57 | 17.02 | - |
| YUV | 83.64 | 144.57 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 91 | 113 | 0.49 | 0.19 | 0 | 0.56 | 204 | 0.32 | 0.34 |
| Hex | 3A | 5B | 71 | 31 | 13 | 0 | 38 | CC | 20 | 22 |
| Octal | 72 | 133 | 161 | 61 | 23 | 0 | 70 | 314 | 40 | 42 |
| Binary | 111010 | 1011011 | 1110001 | 110001 | 10011 | 0 | 111000 | 11001100 | 100000 | 100010 |
Color Harmonies of #3A5B71
Complementary color
Monochromatic Colors of #3A5B71
Black with #3A5B71
Text Example
Text Example
White with #3A5B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5B71; }
p { color: rgb(58,91,113); }
H1.HeaderClassName
{
color: #3A5B71;
}
.AnyTagClassName
{
color: #3A5B71;
}
</style>
background-color css
<style>
a { background-color: #3A5B71; }
a { background-color: rgb(58,91,113); }
div.DivClassName
{
background-color: #3A5B71;
}
.BgClassName
{
background-color: #3A5B71;
}
</style>
border-color css
<style>
span { border-color: #3A5B71; }
span { border-color: rgb(58,91,113); }
td.TdClassName
{
border-color: #3A5B71;
}
.TagClassName
{
border-color: #3A5B71;
}
</style>