Shades of Blumine #30616A
Tints of Blumine #30616A
RGB
CMYK
RGB Variations
Color information
#30616A (or 0x30616A) is known color: Blumine. HEX triplet: 30, 61 and 6A. RGB value is (48,97,106). Sum of RGB (Red+Green+Blue) = 48+97+106=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #30616A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30616A is #CF9E95. Grayscale: #535353. Windows color (decimal): -13606550 or 6971696. OLE color: 6971696.
HSL color Cylindrical-coordinate representation of color #30616A: hue angle of 189.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 #30616A is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 97 | 106 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.58 |
| HSL | 189.31º | 0.38% | 0.3% | - |
| HSV(B) | 189.31º | 0.55% | 0.42% | - |
| XYZ | 8.1 | 10.22 | 15.18 | - |
| YUV | 83.38 | 140.77 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 97 | 106 | 0.55 | 0.08 | 0 | 0.58 | 189.31 | 0.38 | 0.3 |
| Hex | 30 | 61 | 6A | 37 | 8 | 0 | 3A | BD | 26 | 1E |
| Octal | 60 | 141 | 152 | 67 | 10 | 0 | 72 | 275 | 46 | 36 |
| Binary | 110000 | 1100001 | 1101010 | 110111 | 1000 | 0 | 111010 | 10111101 | 100110 | 11110 |
Color Harmonies of #30616A
Complementary color
Monochromatic Colors of #30616A
Black with #30616A
Text Example
Text Example
White with #30616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30616A; }
p { color: rgb(48,97,106); }
H1.HeaderClassName
{
color: #30616A;
}
.AnyTagClassName
{
color: #30616A;
}
</style>
background-color css
<style>
a { background-color: #30616A; }
a { background-color: rgb(48,97,106); }
div.DivClassName
{
background-color: #30616A;
}
.BgClassName
{
background-color: #30616A;
}
</style>
border-color css
<style>
span { border-color: #30616A; }
span { border-color: rgb(48,97,106); }
td.TdClassName
{
border-color: #30616A;
}
.TagClassName
{
border-color: #30616A;
}
</style>