Shades of Blumine #30596B
Tints of Blumine #30596B
RGB
CMYK
RGB Variations
Color information
#30596B (or 0x30596B) is known color: Blumine. HEX triplet: 30, 59 and 6B. RGB value is (48,89,107). Sum of RGB (Red+Green+Blue) = 48+89+107=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 107 - color contains mainly: blue. Hex color #30596B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30596B is #CFA694. Grayscale: #4E4E4E. Windows color (decimal): -13608597 or 7035184. OLE color: 7035184.
HSL color Cylindrical-coordinate representation of color #30596B: hue angle of 198.31º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30596B is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 89 | 107 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.58 |
| HSL | 198.31º | 0.38% | 0.3% | - |
| HSV(B) | 198.31º | 0.55% | 0.42% | - |
| XYZ | 7.45 | 8.83 | 15.22 | - |
| YUV | 78.79 | 143.92 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 107 | 0.55 | 0.17 | 0 | 0.58 | 198.31 | 0.38 | 0.3 |
| Hex | 30 | 59 | 6B | 37 | 11 | 0 | 3A | C6 | 26 | 1E |
| Octal | 60 | 131 | 153 | 67 | 21 | 0 | 72 | 306 | 46 | 36 |
| Binary | 110000 | 1011001 | 1101011 | 110111 | 10001 | 0 | 111010 | 11000110 | 100110 | 11110 |
Color Harmonies of #30596B
Complementary color
Monochromatic Colors of #30596B
Black with #30596B
Text Example
Text Example
White with #30596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30596B; }
p { color: rgb(48,89,107); }
H1.HeaderClassName
{
color: #30596B;
}
.AnyTagClassName
{
color: #30596B;
}
</style>
background-color css
<style>
a { background-color: #30596B; }
a { background-color: rgb(48,89,107); }
div.DivClassName
{
background-color: #30596B;
}
.BgClassName
{
background-color: #30596B;
}
</style>
border-color css
<style>
span { border-color: #30596B; }
span { border-color: rgb(48,89,107); }
td.TdClassName
{
border-color: #30596B;
}
.TagClassName
{
border-color: #30596B;
}
</style>