Shades of Blumine #3A5E72
Tints of Blumine #3A5E72
RGB
CMYK
RGB Variations
Color information
#3A5E72 (or 0x3A5E72) is known color: Blumine. HEX triplet: 3A, 5E and 72. RGB value is (58,94,114). Sum of RGB (Red+Green+Blue) = 58+94+114=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A5E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5E72 is #C5A18D. Grayscale: #555555. Windows color (decimal): -12951950 or 7495226. OLE color: 7495226.
HSL color Cylindrical-coordinate representation of color #3A5E72: hue angle of 201.43º degrees, saturation: 0.33, 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 #3A5E72 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 94 | 114 | - |
| CMYK | 0.49 | 0.18 | 0 | 0.55 |
| HSL | 201.43º | 0.33% | 0.34% | - |
| HSV(B) | 201.43º | 0.49% | 0.45% | - |
| XYZ | 8.78 | 10.12 | 17.41 | - |
| YUV | 85.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 94 | 114 | 0.49 | 0.18 | 0 | 0.55 | 201.43 | 0.33 | 0.34 |
| Hex | 3A | 5E | 72 | 31 | 12 | 0 | 37 | C9 | 21 | 22 |
| Octal | 72 | 136 | 162 | 61 | 22 | 0 | 67 | 311 | 41 | 42 |
| Binary | 111010 | 1011110 | 1110010 | 110001 | 10010 | 0 | 110111 | 11001001 | 100001 | 100010 |
Color Harmonies of #3A5E72
Complementary color
Monochromatic Colors of #3A5E72
Black with #3A5E72
Text Example
Text Example
White with #3A5E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5E72; }
p { color: rgb(58,94,114); }
H1.HeaderClassName
{
color: #3A5E72;
}
.AnyTagClassName
{
color: #3A5E72;
}
</style>
background-color css
<style>
a { background-color: #3A5E72; }
a { background-color: rgb(58,94,114); }
div.DivClassName
{
background-color: #3A5E72;
}
.BgClassName
{
background-color: #3A5E72;
}
</style>
border-color css
<style>
span { border-color: #3A5E72; }
span { border-color: rgb(58,94,114); }
td.TdClassName
{
border-color: #3A5E72;
}
.TagClassName
{
border-color: #3A5E72;
}
</style>