Shades of Blumine #30646B
Tints of Blumine #30646B
RGB
CMYK
RGB Variations
Color information
#30646B (or 0x30646B) is known color: Blumine. HEX triplet: 30, 64 and 6B. RGB value is (48,100,107). Sum of RGB (Red+Green+Blue) = 48+100+107=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 107 - color contains mainly: blue. Hex color #30646B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30646B is #CF9B94. Grayscale: #555555. Windows color (decimal): -13605781 or 7038000. OLE color: 7038000.
HSL color Cylindrical-coordinate representation of color #30646B: hue angle of 187.12º 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 #30646B is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 100 | 107 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.58 |
| HSL | 187.12º | 0.38% | 0.3% | - |
| HSV(B) | 187.12º | 0.55% | 0.42% | - |
| XYZ | 8.43 | 10.8 | 15.55 | - |
| YUV | 85.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 100 | 107 | 0.55 | 0.07 | 0 | 0.58 | 187.12 | 0.38 | 0.3 |
| Hex | 30 | 64 | 6B | 37 | 7 | 0 | 3A | BB | 26 | 1E |
| Octal | 60 | 144 | 153 | 67 | 7 | 0 | 72 | 273 | 46 | 36 |
| Binary | 110000 | 1100100 | 1101011 | 110111 | 111 | 0 | 111010 | 10111011 | 100110 | 11110 |
Color Harmonies of #30646B
Complementary color
Monochromatic Colors of #30646B
Black with #30646B
Text Example
Text Example
White with #30646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30646B; }
p { color: rgb(48,100,107); }
H1.HeaderClassName
{
color: #30646B;
}
.AnyTagClassName
{
color: #30646B;
}
</style>
background-color css
<style>
a { background-color: #30646B; }
a { background-color: rgb(48,100,107); }
div.DivClassName
{
background-color: #30646B;
}
.BgClassName
{
background-color: #30646B;
}
</style>
border-color css
<style>
span { border-color: #30646B; }
span { border-color: rgb(48,100,107); }
td.TdClassName
{
border-color: #30646B;
}
.TagClassName
{
border-color: #30646B;
}
</style>