Shades of Blumine #30596A
Tints of Blumine #30596A
RGB
CMYK
RGB Variations
Color information
#30596A (or 0x30596A) is known color: Blumine. HEX triplet: 30, 59 and 6A. RGB value is (48,89,106). Sum of RGB (Red+Green+Blue) = 48+89+106=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 106 - color contains mainly: blue. Hex color #30596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30596A is #CFA695. Grayscale: #4E4E4E. Windows color (decimal): -13608598 or 6969648. OLE color: 6969648.
HSL color Cylindrical-coordinate representation of color #30596A: hue angle of 197.59º 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 #30596A is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 89 | 106 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.58 |
| HSL | 197.59º | 0.38% | 0.3% | - |
| HSV(B) | 197.59º | 0.55% | 0.42% | - |
| XYZ | 7.39 | 8.81 | 14.95 | - |
| YUV | 78.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 106 | 0.55 | 0.16 | 0 | 0.58 | 197.59 | 0.38 | 0.3 |
| Hex | 30 | 59 | 6A | 37 | 10 | 0 | 3A | C6 | 26 | 1E |
| Octal | 60 | 131 | 152 | 67 | 20 | 0 | 72 | 306 | 46 | 36 |
| Binary | 110000 | 1011001 | 1101010 | 110111 | 10000 | 0 | 111010 | 11000110 | 100110 | 11110 |
Color Harmonies of #30596A
Complementary color
Monochromatic Colors of #30596A
Black with #30596A
Text Example
Text Example
White with #30596A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30596A; }
p { color: rgb(48,89,106); }
H1.HeaderClassName
{
color: #30596A;
}
.AnyTagClassName
{
color: #30596A;
}
</style>
background-color css
<style>
a { background-color: #30596A; }
a { background-color: rgb(48,89,106); }
div.DivClassName
{
background-color: #30596A;
}
.BgClassName
{
background-color: #30596A;
}
</style>
border-color css
<style>
span { border-color: #30596A; }
span { border-color: rgb(48,89,106); }
td.TdClassName
{
border-color: #30596A;
}
.TagClassName
{
border-color: #30596A;
}
</style>