Shades of Blumine #30596D
Tints of Blumine #30596D
RGB
CMYK
RGB Variations
Color information
#30596D (or 0x30596D) is known color: Blumine. HEX triplet: 30, 59 and 6D. RGB value is (48,89,109). Sum of RGB (Red+Green+Blue) = 48+89+109=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #30596D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30596D is #CFA692. Grayscale: #4E4E4E. Windows color (decimal): -13608595 or 7166256. OLE color: 7166256.
HSL color Cylindrical-coordinate representation of color #30596D: hue angle of 199.67º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30596D is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 48 | 89 | 109 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.57 |
| HSL | 199.67º | 0.39% | 0.31% | - |
| HSV(B) | 199.67º | 0.56% | 0.43% | - |
| XYZ | 7.55 | 8.88 | 15.78 | - |
| YUV | 79.02 | 144.92 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 109 | 0.56 | 0.18 | 0 | 0.57 | 199.67 | 0.39 | 0.31 |
| Hex | 30 | 59 | 6D | 38 | 12 | 0 | 39 | C8 | 27 | 1F |
| Octal | 60 | 131 | 155 | 70 | 22 | 0 | 71 | 310 | 47 | 37 |
| Binary | 110000 | 1011001 | 1101101 | 111000 | 10010 | 0 | 111001 | 11001000 | 100111 | 11111 |
Color Harmonies of #30596D
Complementary color
Monochromatic Colors of #30596D
Black with #30596D
Text Example
Text Example
White with #30596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30596D; }
p { color: rgb(48,89,109); }
H1.HeaderClassName
{
color: #30596D;
}
.AnyTagClassName
{
color: #30596D;
}
</style>
background-color css
<style>
a { background-color: #30596D; }
a { background-color: rgb(48,89,109); }
div.DivClassName
{
background-color: #30596D;
}
.BgClassName
{
background-color: #30596D;
}
</style>
border-color css
<style>
span { border-color: #30596D; }
span { border-color: rgb(48,89,109); }
td.TdClassName
{
border-color: #30596D;
}
.TagClassName
{
border-color: #30596D;
}
</style>